HaloSync
Sandbox(3.1.0)
  • Sandbox(3.1.0)
  • Production(3.1.0)
HomeLunaAlbus
HomeLunaAlbus
Sandbox(3.1.0)
  • Sandbox(3.1.0)
  • Production(3.1.0)
  1. comm
  • Overview
  • Get Started
    • What is HaloSync?
    • Supported Airlines
    • PolarHub Credential
  • Airline Integration Guide
    • Carrier Support Matrix
    • Operational Notes
  • PolarHub API
    • 🔑 Transaction ID Guidelines
    • 🔐 Authentication: HMAC Guide
    • AirShopping
    • OfferPrice
    • OrderCreate
    • OrderRetrieve
    • ServiceList
    • SeatAvailability
    • OrderChange
    • OrderReshop
    • OrderQuote
    • OrderCancel
  • PolarHub Errors&Troubleshooting
    • Common Error Codes
  • Release Notes
    • PolarHub Release Note
    • Albus Release Note
    • Luna Release Note
  • Support & Contact
    • General FAQ
    • Contact (Integration & Support)
  • Schemas
    • PolarHub Schema 2025.6
      • comm
        • RequestOfferItemType
        • RequestOrderItemType
        • OrderServicingDeleteType
        • TravelAgencyType
        • OriginDestType
        • PaxCodeType
        • CriteriaType
        • ResponseParameterType
        • ResultMessageType
        • DataListsType
        • OrderOfferType
        • OfferType
        • OfferItemInfoType
        • PaxType
        • PaymentType
        • ContactInfoType
        • OrderViewOrderType
        • OfferType_Extend
      • OrderChangeRQ
      • OrderCancelRS
      • OrderCancelRQ
      • OrderReshopRS
      • OrderQuoteRQ
      • OrderReshopRQ
      • OrderRetrieveRQ
      • ServiceListRS
      • ServiceListRQ
      • SeatAvailabilityRS
      • SeatAvailabilityRQ
      • OrderViewRS
      • OrderCreateRQ
      • OfferPriceRS
      • OfferPriceRQ
      • AirShoppingRS
      • AirShoppingRQ
    • PolarHub Schema 2025.3
      • comm
        • TravelAgencyType
        • OriginDestType
        • PaxCodeType
        • CriteriaType
        • ResponseParameterType
        • ResultMessageType
        • DataListsType
        • OrderOfferType
        • OfferType
        • OfferItemInfoType
        • PaxType
        • PaymentType
        • ContactInfoType
        • OrderViewOrderType
        • OfferType_Extend
      • AirShoppingRS
      • OrderChangeRQ
      • OrderCancelRQ
      • OfferPriceRS
      • OrderCreateRQ
      • OrderViewRS
      • SeatAvailabilityRQ
      • SeatAvailabilityRS
      • ServiceListRQ
      • ServiceListRS
      • OrderRetrieveRQ
      • OrderReshopRQ
      • OrderQuoteRQ
      • OrderReshopRS
      • OrderCancelRS
      • OfferPriceRQ
      • AirShoppingRQ
    • PolarHub Schema 2025.7
      • comm
        • TravelAgencyType
        • OriginDestType
        • PaxCodeType
        • CriteriaType
        • ResponseParameterType
        • ResultMessageType
        • DataListsType
        • OrderOfferType
        • OfferType
        • OfferItemInfoType
        • PaxType
        • PaymentType
        • ContactInfoType
        • OrderViewOrderType
        • OfferType_Extend
      • AirShoppingRS
      • OfferPriceRS
      • OrderViewRS
      • SeatAvailabilityRS
      • ServiceListRS
      • OrderReshopRS
      • OrderCancelRS
      • OrderChangeRQ
      • OrderCancelRQ
      • OrderQuoteRQ
      • OfferPriceRQ
      • AirShoppingRQ
      • OrderCreateRQ
      • SeatAvailabilityRQ
      • OrderRetrieveRQ
      • OrderReshopRQ
      • ServiceListRQ
  1. comm

DataListType(DataListsType)

{
    "OriginDestList": [
        {
            "OriginCode": "string",
            "DestCode": "string",
            "OriginDestID": "string",
            "PaxJourneyRefID": [
                "string"
            ]
        }
    ],
    "PaxJourneyList": [
        {
            "PaxJourneyID": "string",
            "FlightTime": "string",
            "OnPoint": "string",
            "OffPoint": "string",
            "PaxSegmentRefID": [
                "string"
            ]
        }
    ],
    "PaxSegmentList": [
        {
            "PaxSegmentID": "string",
            "ArnkInd": true,
            "Departure": {
                "AirportCode": "string",
                "Date": "string",
                "Time": "string",
                "AirportName": "string",
                "Terminal": {
                    "Name": "string"
                }
            },
            "Arrival": {
                "AirportCode": "string",
                "Date": "string",
                "Time": "string",
                "AirportName": "string",
                "Terminal": {
                    "Name": "string"
                }
            },
            "FlightDuration": "string",
            "Equipment": {
                "AircraftCode": "string",
                "Name": "string"
            },
            "MarketingCarrier": {
                "AirlineID": "string",
                "Name": "string",
                "FlightNumber": "string"
            },
            "OperatingCarrier": {
                "AirlineID": "string",
                "Name": "string",
                "FlightNumber": "string"
            },
            "Status": "string",
            "Legs": [
                {
                    "Departure": {
                        "AirportCode": "string",
                        "Date": "string",
                        "Time": "string",
                        "AirportName": "string",
                        "Terminal": {
                            "Name": "string"
                        }
                    },
                    "Arrival": {
                        "AirportCode": "string",
                        "Date": "string",
                        "Time": "string",
                        "AirportName": "string",
                        "Terminal": {
                            "Name": "string"
                        }
                    },
                    "ChangeofGaugeInd": true,
                    "Equipment": {
                        "AircraftCode": "string",
                        "Name": "string"
                    },
                    "OnGroundDuration": "string",
                    "TicketlessInd": true
                }
            ]
        }
    ],
    "PaxList": [
        {
            "PaxID": "string",
            "Ptc": "string",
            "Individual": {
                "IndividualID": "string",
                "Birthdate": "string",
                "Birthplace": "string",
                "Gender": "Female",
                "NameTitle": "string",
                "GivenName": [
                    "string"
                ],
                "MiddleName": [
                    "string"
                ],
                "Surname": "string",
                "SurnameSuffix": "string"
            },
            "ContactInfoRefID": [
                "string"
            ],
            "Gender": "Female",
            "ResidenceCountryCode": "string",
            "CitizenshipCountryCode": "string",
            "PaxRefID": "string",
            "IdentityDoc": [
                {
                    "IdentityDocumentNumber": "string",
                    "IdentityDocumentType": "string",
                    "IssuingCountryCode": "string",
                    "CitizenshipCountryCode": "string",
                    "ResidenceCountryCode": "string",
                    "IssueDate": "string",
                    "ExpiryDate": "string",
                    "Birthdate": "string",
                    "Birthplace": "string",
                    "Gender": "Female",
                    "NameTitle": "string",
                    "GivenName": [
                        "string"
                    ],
                    "MiddleName": [
                        "string"
                    ],
                    "Surname": "string",
                    "SurnameSuffix": "string",
                    "Visa": [
                        {
                            "VisaNumber": "string",
                            "VisaType": "string",
                            "VisaHostCountryCode": "string",
                            "EnterBeforeDate": "string",
                            "DurationOfStay": 0,
                            "NumberOfEntries": 0
                        }
                    ]
                }
            ],
            "LoyaltyProgramAccount": [
                {
                    "Alliance": {
                        "Name": "string",
                        "Code": "string",
                        "Url": "http://example.com",
                        "Airline": [
                            {
                                "AirlineName": "string",
                                "AirlineDesignator": "string"
                            }
                        ]
                    },
                    "Airline": {
                        "AirlineName": "string",
                        "AirlineDesignator": "string"
                    },
                    "ProviderName": "string",
                    "ProgramName": "string",
                    "ProgramCode": "string",
                    "AccountNumber": "string",
                    "Url": "http://example.com",
                    "SignInID": "string",
                    "TierCode": "string",
                    "TierName": "string",
                    "TierPriority": "string"
                }
            ]
        }
    ],
    "CurrencyDecimalPlaceList": [
        {
            "CurCode": "string",
            "DecimalPlace": 0
        }
    ],
    "TicketDocList": [
        {
            "TicketDocument": [
                {
                    "TicketDocNbr": "string",
                    "Type": "string",
                    "NumberofBooklets": 0,
                    "IssueDate": "string",
                    "IssueTime": "string",
                    "ReportingType": "string",
                    "Status": "string",
                    "VoidLimit": "string",
                    "CouponInfos": [
                        {
                            "CouponNumber": "string",
                            "FareBasisCode": "string",
                            "PaxSegmentRefID": "string",
                            "Status": "string",
                            "InConnectionWithInfo": {
                                "InConnectionDocNbr": "string",
                                "InConnectionCpnNbr": "string"
                            },
                            "ServiceRefID": [
                                "string"
                            ]
                        }
                    ],
                    "InConnectionDocNbr": "string"
                }
            ],
            "PaxRefID": "string",
            "AgentIDs": {
                "Type": "string",
                "Id": "string"
            },
            "IssuingAirlineInfo": {
                "AirlineName": "string"
            },
            "FareDetail": [
                {
                    "BaseAmount": {
                        "Amount": 0,
                        "CurCode": "string"
                    },
                    "TaxTotal": {
                        "Amount": 0,
                        "CurCode": "string"
                    },
                    "Tax": [
                        {
                            "Amount": {
                                "Amount": 0,
                                "CurCode": "string"
                            },
                            "TaxCode": "string",
                            "LocalAmount": {
                                "Amount": 0,
                                "CurCode": "string"
                            },
                            "Desc": "string",
                            "Nation": "string"
                        }
                    ],
                    "FareComponent": [
                        {
                            "PaxSegmentRefID": [
                                "string"
                            ],
                            "Penalty": {
                                "Change": "string",
                                "Refund": "string",
                                "NoShow": "string",
                                "Detail": [
                                    {
                                        "Type": "string",
                                        "Amounts": [
                                            {
                                                "CurrencyAmountValue": 0,
                                                "Code": "string",
                                                "AmountApplication": "string"
                                            }
                                        ],
                                        "Application": {
                                            "Code": "string"
                                        }
                                    }
                                ],
                                "Description": [
                                    {
                                        "DescID": "string",
                                        "Text": "string",
                                        "Application": "string"
                                    }
                                ]
                            },
                            "FareBasis": {
                                "FareBasisCode": "string",
                                "FareCode": "string",
                                "CabinType": [
                                    {
                                        "PaxSegmentRefID": "string",
                                        "CabinCode": "string",
                                        "CabinName": "string",
                                        "Rbd": "string"
                                    }
                                ]
                            },
                            "Remarks": [
                                "string"
                            ]
                        }
                    ],
                    "PaxRefID": [
                        "string"
                    ]
                }
            ]
        }
    ],
    "PaymentList": [
        {
            "Type": "CA",
            "Amount": 1474000,
            "CurCode": "KRW",
            "Status": "395",
            "PaxRefID": [],
            "OrderItemID": [
                "PoIP676BC2CD-86EA-4E50-97C6-1-1"
            ]
        }
    ],
    "ContactInfoList": [
        {
            "ContactInfoID": "CI1",
            "EmailAddress": [
                "user@example.com"
            ],
            "Phone": [
                {
                    "Label": "Mobile",
                    "CountryDialingCode": "82",
                    "AreaCode": "2",
                    "PhoneNumber": "12345678",
                    "Extension": "1234"
                }
            ],
            "ContactRefusedInd": false,
            "PostalAddress": [
                {
                    "Label": "HOME",
                    "Street": [
                        "201 W 79th St"
                    ],
                    "CityName": "Seoul",
                    "CountryCode": "KR"
                }
            ]
        }
    ]
}
Built with