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

OrderViewOrderType(OrderViewOrderType)

{
    "OrderID": "string",
    "OrderStatus": "string",
    "TotalPrice": {
        "TotalAmount": {
            "Amount": 0,
            "CurCode": "string"
        },
        "TravelAgencyServiceFee": [
            {
                "Ptc": "string",
                "Fee": {
                    "Amount": 0,
                    "CurCode": "string"
                }
            }
        ],
        "TotalBaseAmount": {
            "Amount": 0,
            "CurCode": "string"
        },
        "TotalTaxAmount": {
            "Amount": 0,
            "CurCode": "string"
        },
        "AgencyPromotion": {
            "PromotionCode": "string",
            "TotalPromotionAmount": {
                "Amount": 0,
                "CurCode": "string"
            },
            "PtcPromotionAmount": [
                {
                    "Ptc": "string",
                    "Amount": {
                        "Amount": 0,
                        "CurCode": "string"
                    }
                }
            ]
        },
        "FopPromotion": [
            {
                "PromotionCode": "string",
                "PaymentType": "string",
                "TotalPromotionAmount": {
                    "Amount": 0,
                    "CurCode": "string"
                },
                "PtcPromotionAmount": [
                    {
                        "Ptc": "string",
                        "Amount": {
                            "Amount": 0,
                            "CurCode": "string"
                        }
                    }
                ],
                "CardCode": "string",
                "CardName": "string"
            }
        ]
    },
    "BookingReference": [
        {
            "Id": "string",
            "AirlineID": "string",
            "AirlineName": "string",
            "OtherID": "string",
            "Type": "string"
        }
    ],
    "JourneyOverview": [
        {
            "PaxJourneyRefID": "string",
            "PriceClassInfo": {
                "PriceClass": "string",
                "Code": "string",
                "Name": "string",
                "Descriptions": [
                    {
                        "DescID": "string",
                        "Text": "string",
                        "Application": "string"
                    }
                ]
            }
        }
    ],
    "OrderItem": [
        {
            "OrderItemID": "string",
            "Owner": "string",
            "PaxJourneyRefID": [
                "string"
            ],
            "PaxRefID": [
                "string"
            ],
            "Service": [
                {
                    "ServiceID": "string",
                    "PaxRefID": "string",
                    "PaxJourneyRefID": "string",
                    "PaxSegmentRefID": "string",
                    "Status": "string",
                    "SelectedSeat": {
                        "Column": "string",
                        "Row": "string"
                    },
                    "Definition": {
                        "Name": "string",
                        "Desc": [
                            {
                                "DescID": "string",
                                "Text": "string",
                                "Application": "string"
                            }
                        ],
                        "Rfic": "string",
                        "Rfisc": "string",
                        "ServiceCode": "string",
                        "BookingInstructions": {
                            "SsrCode": [
                                "string"
                            ],
                            "OsiText": [
                                "string"
                            ],
                            "Text": [
                                "string"
                            ],
                            "UpgradeMethod": "string",
                            "Method": "string",
                            "Equipment": "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"
                    ]
                }
            ],
            "FlightMileage": 0,
            "Commission": {
                "Amount": {
                    "Amount": 0,
                    "CurrencyCode": "string",
                    "Taxable": true
                },
                "Percentage": 0,
                "Code": "string",
                "Remarks": [
                    {
                        "Remark": "string"
                    }
                ]
            },
            "PaymentTimeLimit": "string",
            "PriceGuaranteeTimeLimit": "string",
            "TicketTimeLimit": "string"
        }
    ],
    "BaggageAllowance": [
        {
            "PaxJourneyRefID": "string",
            "PaxSegmentRefID": "string",
            "PaxRefID": [
                "string"
            ],
            "TypeCode": "string",
            "ApplicableBagType": "string",
            "Desc": [
                "string"
            ],
            "PieceAllowance": "1PC",
            "DimensionAllowance": {
                "Length": {
                    "Value": 0,
                    "UnitCode": "string"
                },
                "Width": {
                    "Value": 0,
                    "UnitCode": "string"
                },
                "Height": {
                    "Value": 0,
                    "UnitCode": "string"
                }
            },
            "MaximumWeightAllowance": {
                "Value": 0,
                "UnitCode": "string"
            }
        }
    ]
}
Built with