Documentation
    Preparing search index...
    • Parameters

      • body: any

      Returns {
          payload: {
              "n1:IATA_OfferPriceRQ": {
                  _attributes: {
                      "xmlns:cns": string;
                      "xmlns:n1": string;
                      "xmlns:xsi": string;
                  };
                  "n1:DistributionChain": {
                      "cns:DistributionChainLink": (
                          | {
                              "cns:Ordinal": number;
                              "cns:OrgRole": string;
                              "cns:ParticipatingOrg": { "cns:Name": string; "cns:OrgID": string };
                              "cns:SalesBranch": { "cns:SalesBranchID": string };
                          }
                          | {
                              "cns:Ordinal": number;
                              "cns:OrgRole": string;
                              "cns:ParticipatingOrg": { "cns:Name": string; "cns:OrgID": string };
                              "cns:SalesBranch"?: undefined;
                          }
                      )[];
                  };
                  "n1:PayloadAttributes": {
                      "cns:CorrelationID": any;
                      "cns:PrimaryLangID": string;
                      "cns:Timestamp": string;
                      "cns:TrxID": string;
                      "cns:VersionNumber": string;
                  };
                  "n1:POS": {
                      "cns:City": { "cns:IATA_LocationCode": string };
                      "cns:Country": { "cns:CountryCode": string };
                      "cns:RequestTime": string;
                  };
                  "n1:Request": {
                      "cns:PricedOffer": {
                          "cns:SelectedOfferList": {
                              "cns:SelectedOffer": {
                                  "cns:OfferRefID": any;
                                  "cns:OwnerCode": any;
                                  "cns:SelectedOfferItem": {
                                      "cns:OfferItemRefID": any;
                                      "cns:PaxRefID": any;
                                  };
                              };
                          };
                      };
                  };
              };
          };
          trxId: string;
      }