Agency Managed Commission Calculator Virtual Sandbox

Calculate Agency Managed Commission for shopping solutions offers.

The AMC Calculator is a standalone service that calculates Agency Managed Commission for shopping solutions offers. This API allows developers to determine commission amounts based on offer data, ensuring accurate financial calculations within travel booking workflows.

Use this hosted sandbox to simulate Agency Managed Commission Calculator APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate commission calculation logic, verify input payload structures for shopping offers, test edge cases for various commission tiers, and ensure accurate financial output before integrating with live Sabre ticketing systems.

Agency Managed Commission Calculator virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Agency Managed Commission Calculator responses instantly.

https://sabre-amc-calculator.mock.beeceptor.com



AMC Calculator

{
  "commissionCodes": [
    "oVnOYmrw",
    "JnLEe1Gb",
    "z9OQ4BNY",
    "NGm1VrAj"
  ],
  "echoToken": "3",
  "fareComponents": [
    {
      "corporateId": "VoyIR9",
      "differentialAmount": "4",
      "fareBasisCode": "EYP45",
      "fareType": "Public",
      "isPrivateFare": false,
      "passengerType": "INF",
      "surchargeAmount": "3",
      "totalAmount": "0",
      "travelPathRef": 2
    },
    {
      "corporateId": "n6PuCc",
      "differentialAmount": "6",
      "fareBasisCode": "ILE82",
      "fareType": "Private",
      "isPrivateFare": true,
      "passengerType": "ADT",
      "surchargeAmount": "1",
      "totalAmount": "7",
      "travelPathRef": 1
    },
    {
      "corporateId": "uXINHR",
      "differentialAmount": "6",
      "fareBasisCode": "DVU93",
      "fareType": "Negotiated",
      "isPrivateFare": false,
      "passengerType": "CHD",
      "surchargeAmount": "6",
      "totalAmount": "7",
      "travelPathRef": 4
    }
  ],
  "farePaths": [
    {
      "fareComponentRefs": [
        4,
        2
      ],
      "passengerType": "ADT",
      "pricingUnits": [
        {
          "fareComponentRefs": [
            2,
            4,
            3
          ]
        }
      ],
      "tourCode": "aQasDIDZ",
      "validatingCarriers": [
        "BA",
        "BA",
        "AA"
      ]
    },
    {
      "fareComponentRefs": [
        4,
        1
      ],
      "passengerType": "INF",
      "pricingUnits": [
        {
          "fareComponentRefs": [
            5,
            2,
            3
          ]
        },
        {
          "fareComponentRefs": [
            5,
            3,
            2
          ]
        },
        {
          "fareComponentRefs": [
            1
          ]
        }
      ],
      "tourCode": "bEAsEbAb",
      "validatingCarriers": [
        "DL",
        "UA",
        "UA",
        "AA"
      ]
    },
    {
      "fareComponentRefs": [
        1,
        5
      ],
      "passengerType": "INF",
      "pricingUnits": [
        {
          "fareComponentRefs": [
            3,
            3,
            4
          ]
        },
        {
          "fareComponentRefs": [
            3,
            3,
            3,
            1
          ]
        },
        {
          "fareComponentRefs": [
            5
          ]
        },
        {
          "fareComponentRefs": [
            2,
            2,
            2,
            1
          ]
        }
      ],
      "tourCode": "nlQw82il",
      "validatingCarriers": [
        "UA"
      ]
    }
  ],
  "itineraries": [
    {
      "baseCurrency": "THB",
      "calcLineCurrency": "JMD",
      "farePathRefs": [
        2,
        1,
        1
      ],
      "travelOriginDepartureDate": "2026-08-03T00:00:00.0Z",
      "travelPathRef": 1
    },
    {
      "baseCurrency": "LYD",
      "calcLineCurrency": "ETB",
      "farePathRefs": [
        3,
        3,
        5
      ],
      "travelOriginDepartureDate": "2026-07-29T00:00:00.0Z",
      "travelPathRef": 1
    },
    {
      "baseCurrency": "EUR",
      "calcLineCurrency": "SHP",
      "farePathRefs": [
        1
      ],
      "travelOriginDepartureDate": "2026-08-17T00:00:00.0Z",
      "travelPathRef": 1
    }
  ],
  "segments": [
    {
      "arrival": {
        "date": "2026-08-22T00:00:00.0Z",
        "time": "15:45"
      },
      "bookingCode": "B",
      "departure": {
        "date": "2026-08-19T00:00:00.0Z",
        "time": "20:15"
      },
      "destination": "ORD",
      "flightNumber": 2,
      "marketingCarrier": "DL",
      "operatingCarrier": "DL",
      "origin": "NRT"
    },
    {
      "arrival": {
        "date": "2026-07-29T00:00:00.0Z",
        "time": "18:00"
      },
      "bookingCode": "Y",
      "departure": {
        "date": "2026-07-25T00:00:00.0Z",
        "time": "09:00"
      },
      "destination": "NRT",
      "flightNumber": 3,
      "marketingCarrier": "DL",
      "operatingCarrier": "BA",
      "origin": "SYD"
    },
    {
      "arrival": {
        "date": "2026-08-10T00:00:00.0Z",
        "time": "09:00"
      },
      "bookingCode": "W",
      "departure": {
        "date": "2026-07-25T00:00:00.0Z",
        "time": "12:30"
      },
      "destination": "ORD",
      "flightNumber": 1,
      "marketingCarrier": "UA",
      "operatingCarrier": "BA",
      "origin": "ORD"
    },
    {
      "arrival": {
        "date": "2026-08-08T00:00:00.0Z",
        "time": "09:00"
      },
      "bookingCode": "B",
      "departure": {
        "date": "2026-08-12T00:00:00.0Z",
        "time": "15:45"
      },
      "destination": "HKG",
      "flightNumber": 1,
      "marketingCarrier": "DL",
      "operatingCarrier": "DL",
      "origin": "NRT"
    },
    {
      "arrival": {
        "date": "2026-08-17T00:00:00.0Z",
        "time": "15:45"
      },
      "bookingCode": "J",
      "departure": {
        "date": "2026-07-27T00:00:00.0Z",
        "time": "12:30"
      },
      "destination": "HKG",
      "flightNumber": 2,
      "marketingCarrier": "BA",
      "operatingCarrier": "AA",
      "origin": "SYD"
    }
  ],
  "ticketingOptions": {
    "date": "2026-07-23T00:00:00.0Z",
    "paymentCurrency": "TRY",
    "time": "18:00"
  },
  "travelPaths": [
    {
      "segmentRefs": [
        2,
        2,
        4,
        1
      ]
    },
    {
      "segmentRefs": [
        3,
        5
      ]
    },
    {
      "segmentRefs": [
        5,
        4
      ]
    },
    {
      "segmentRefs": [
        3,
        2,
        4
      ]
    },
    {
      "segmentRefs": [
        4,
        3,
        1
      ]
    }
  ]
}
{
  "AMCResponse": {
    "echoToken": "4",
    "itineraries": [
      {
        "farePathData": [
          {
            "commissions": [
              {
                "validatingCarrierCommission": {
                  "airline": "BA",
                  "amount": "8",
                  "contractQualifier": "iDt",
                  "earnedAmount": "7",
                  "fareComponents": [
                    {
                      "amount": "3",
                      "contractFamilyId": 1,
                      "contractId": 23,
                      "earnedAmount": "7",
                      "id": 7,
                      "methodId": 5,
                      "ruleFamilyId": 3,
                      "ruleId": 12
                    },
                    {
                      "amount": "7",
                      "contractFamilyId": 3,
                      "contractId": 18,
                      "earnedAmount": "1",
                      "id": 17,
                      "methodId": 5,
                      "ruleFamilyId": 1,
                      "ruleId": 5
                    },
                    {
                      "amount": "8",
                      "contractFamilyId": 2,
                      "contractId": 9,
                      "earnedAmount": "2",
                      "id": 29,
                      "methodId": 5,
                      "ruleFamilyId": 5,
                      "ruleId": 11
                    }
                  ],
                  "pcc": "RxFJ",
                  "percentAmount": 3.61,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "7qFpU",
                      "placementHierarchy": {
                        "ED": 7,
                        "TA": 4,
                        "TC": 5,
                        "TD": 6
                      }
                    },
                    "endorsement": {
                      "text": "Endorsement information: AMCAPIENDORSEMENTTEST"
                    }
                  },
                  "totalAmount": "3"
                }
              }
            ],
            "id": 9,
            "messages": [
              {
                "airline": "BA",
                "code": 637,
                "shortText": "qclFjqgQZZ",
                "text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
                "type": "Error"
              },
              {
                "airline": "UA",
                "code": 743,
                "shortText": "18fRcL1JX1",
                "text": "COMMISSION PROCESSED SUCCESSFULLY",
                "type": "Error"
              },
              {
                "airline": "DL",
                "code": 944,
                "shortText": "QtO21SFqhl",
                "text": "COMMISSION PROCESSED SUCCESSFULLY",
                "type": "Info"
              },
              {
                "airline": "UA",
                "code": 794,
                "shortText": "jnmUhaYsqK",
                "text": "CONTRACT APPLIED",
                "type": "Warning"
              }
            ]
          },
          {
            "commissions": [
              {
                "validatingCarrierCommission": {
                  "airline": "DL",
                  "amount": "5",
                  "contractQualifier": "TTC",
                  "earnedAmount": "2",
                  "fareComponents": [
                    {
                      "amount": "6",
                      "contractFamilyId": 4,
                      "contractId": 18,
                      "earnedAmount": "6",
                      "id": 23,
                      "methodId": 1,
                      "ruleFamilyId": 2,
                      "ruleId": 9
                    },
                    {
                      "amount": "0",
                      "contractFamilyId": 4,
                      "contractId": 15,
                      "earnedAmount": "4",
                      "id": 31,
                      "methodId": 1,
                      "ruleFamilyId": 1,
                      "ruleId": 17
                    },
                    {
                      "amount": "1",
                      "contractFamilyId": 5,
                      "contractId": 1,
                      "earnedAmount": "5",
                      "id": 59,
                      "methodId": 3,
                      "ruleFamilyId": 1,
                      "ruleId": 19
                    },
                    {
                      "amount": "5",
                      "contractFamilyId": 2,
                      "contractId": 8,
                      "earnedAmount": "6",
                      "id": 33,
                      "methodId": 1,
                      "ruleFamilyId": 3,
                      "ruleId": 3
                    }
                  ],
                  "pcc": "cBD6",
                  "percentAmount": 7.33,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "BVsOx",
                      "placementHierarchy": {
                        "ED": 5,
                        "TA": 8,
                        "TC": 2,
                        "TD": 10
                      }
                    },
                    "endorsement": {
                      "text": "Subject to Fare Rules"
                    }
                  },
                  "totalAmount": "2"
                }
              }
            ],
            "id": 62,
            "messages": [
              {
                "airline": "UA",
                "code": 855,
                "shortText": "PLCPXPFsue",
                "text": "COMMISSION PROCESSED SUCCESSFULLY",
                "type": "Error"
              },
              {
                "airline": "UA",
                "code": 999,
                "shortText": "OIpqAr6Ozf",
                "text": "COMMISSION PROCESSED SUCCESSFULLY",
                "type": "Info"
              },
              {
                "airline": "BA",
                "code": 319,
                "shortText": "XjwBEfud0T",
                "text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
                "type": "Warning"
              },
              {
                "airline": "DL",
                "code": 180,
                "shortText": "ZvjvW132D9",
                "text": "CONTRACT APPLIED",
                "type": "Error"
              }
            ]
          },
          {
            "commissions": [
              {
                "validatingCarrierCommission": {
                  "airline": "DL",
                  "amount": "4",
                  "contractQualifier": "KsG",
                  "earnedAmount": "3",
                  "fareComponents": [
                    {
                      "amount": "0",
                      "contractFamilyId": 5,
                      "contractId": 5,
                      "earnedAmount": "9",
                      "id": 66,
                      "methodId": 2,
                      "ruleFamilyId": 3,
                      "ruleId": 14
                    },
                    {
                      "amount": "0",
                      "contractFamilyId": 2,
                      "contractId": 40,
                      "earnedAmount": "7",
                      "id": 19,
                      "methodId": 2,
                      "ruleFamilyId": 3,
                      "ruleId": 14
                    },
                    {
                      "amount": "4",
                      "contractFamilyId": 2,
                      "contractId": 1,
                      "earnedAmount": "6",
                      "id": 61,
                      "methodId": 2,
                      "ruleFamilyId": 2,
                      "ruleId": 1
                    },
                    {
                      "amount": "4",
                      "contractFamilyId": 3,
                      "contractId": 15,
                      "earnedAmount": "5",
                      "id": 37,
                      "methodId": 3,
                      "ruleFamilyId": 2,
                      "ruleId": 5
                    }
                  ],
                  "pcc": "MKhO",
                  "percentAmount": 3.6,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "6iKFg",
                      "placementHierarchy": {
                        "ED": 5,
                        "TA": 5,
                        "TC": 10,
                        "TD": 7
                      }
                    },
                    "endorsement": {
                      "text": "Endorsement information: AMCAPIENDORSEMENTTEST"
                    }
                  },
                  "totalAmount": "9"
                }
              }
            ],
            "id": 43,
            "messages": [
              {
                "airline": "UA",
                "code": 298,
                "shortText": "mKOCMUD6jP",
                "text": "CONTRACT APPLIED",
                "type": "Warning"
              }
            ]
          },
          {
            "commissions": [
              {
                "validatingCarrierCommission": {
                  "airline": "AA",
                  "amount": "2",
                  "contractQualifier": "r48",
                  "earnedAmount": "7",
                  "fareComponents": [
                    {
                      "amount": "0",
                      "contractFamilyId": 1,
                      "contractId": 33,
                      "earnedAmount": "4",
                      "id": 20,
                      "methodId": 2,
                      "ruleFamilyId": 4,
                      "ruleId": 15
                    },
                    {
                      "amount": "9",
                      "contractFamilyId": 1,
                      "contractId": 23,
                      "earnedAmount": "1",
                      "id": 56,
                      "methodId": 1,
                      "ruleFamilyId": 2,
                      "ruleId": 19
                    },
                    {
                      "amount": "8",
                      "contractFamilyId": 4,
                      "contractId": 38,
                      "earnedAmount": "3",
                      "id": 3,
                      "methodId": 3,
                      "ruleFamilyId": 1,
                      "ruleId": 17
                    },
                    {
                      "amount": "7",
                      "contractFamilyId": 5,
                      "contractId": 19,
                      "earnedAmount": "1",
                      "id": 31,
                      "methodId": 3,
                      "ruleFamilyId": 2,
                      "ruleId": 14
                    },
                    {
                      "amount": "6",
                      "contractFamilyId": 3,
                      "contractId": 14,
                      "earnedAmount": "0",
                      "id": 27,
                      "methodId": 4,
                      "ruleFamilyId": 1,
                      "ruleId": 16
                    }
                  ],
                  "pcc": "NoT0",
                  "percentAmount": 9.63,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "9JO9g",
                      "placementHierarchy": {
                        "ED": 7,
                        "TA": 3,
                        "TC": 3,
                        "TD": 6
                      }
                    },
                    "endorsement": {
                      "text": "Subject to Fare Rules"
                    }
                  },
                  "totalAmount": "2"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "DL",
                  "amount": "3",
                  "contractQualifier": "P7I",
                  "earnedAmount": "5",
                  "fareComponents": [
                    {
                      "amount": "6",
                      "contractFamilyId": 5,
                      "contractId": 25,
                      "earnedAmount": "3",
                      "id": 54,
                      "methodId": 4,
                      "ruleFamilyId": 2,
                      "ruleId": 14
                    },
                    {
                      "amount": "1",
                      "contractFamilyId": 4,
                      "contractId": 15,
                      "earnedAmount": "2",
                      "id": 95,
                      "methodId": 4,
                      "ruleFamilyId": 1,
                      "ruleId": 19
                    },
                    {
                      "amount": "5",
                      "contractFamilyId": 1,
                      "contractId": 37,
                      "earnedAmount": "8",
                      "id": 80,
                      "methodId": 5,
                      "ruleFamilyId": 5,
                      "ruleId": 15
                    },
                    {
                      "amount": "8",
                      "contractFamilyId": 5,
                      "contractId": 28,
                      "earnedAmount": "6",
                      "id": 44,
                      "methodId": 2,
                      "ruleFamilyId": 2,
                      "ruleId": 17
                    }
                  ],
                  "pcc": "lwAN",
                  "percentAmount": 2.6,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "X0ZS1",
                      "placementHierarchy": {
                        "ED": 4,
                        "TA": 3,
                        "TC": 6,
                        "TD": 2
                      }
                    },
                    "endorsement": {
                      "text": "Subject to Fare Rules"
                    }
                  },
                  "totalAmount": "1"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "AA",
                  "amount": "0",
                  "contractQualifier": "F6d",
                  "earnedAmount": "0",
                  "fareComponents": [
                    {
                      "amount": "2",
                      "contractFamilyId": 4,
                      "contractId": 10,
                      "earnedAmount": "1",
                      "id": 75,
                      "methodId": 2,
                      "ruleFamilyId": 5,
                      "ruleId": 19
                    }
                  ],
                  "pcc": "Bs19",
                  "percentAmount": 2.8,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "M7cBy",
                      "placementHierarchy": {
                        "ED": 8,
                        "TA": 7,
                        "TC": 5,
                        "TD": 2
                      }
                    },
                    "endorsement": {
                      "text": "Subject to Fare Rules"
                    }
                  },
                  "totalAmount": "5"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "BA",
                  "amount": "6",
                  "contractQualifier": "H33",
                  "earnedAmount": "9",
                  "fareComponents": [
                    {
                      "amount": "7",
                      "contractFamilyId": 4,
                      "contractId": 40,
                      "earnedAmount": "0",
                      "id": 4,
                      "methodId": 1,
                      "ruleFamilyId": 5,
                      "ruleId": 12
                    }
                  ],
                  "pcc": "G2Fn",
                  "percentAmount": 2.49,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "ftZGi",
                      "placementHierarchy": {
                        "ED": 9,
                        "TA": 8,
                        "TC": 8,
                        "TD": 2
                      }
                    },
                    "endorsement": {
                      "text": "Endorsement information: AMCAPIENDORSEMENTTEST"
                    }
                  },
                  "totalAmount": "4"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "AA",
                  "amount": "3",
                  "contractQualifier": "DYB",
                  "earnedAmount": "4",
                  "fareComponents": [
                    {
                      "amount": "0",
                      "contractFamilyId": 2,
                      "contractId": 36,
                      "earnedAmount": "4",
                      "id": 82,
                      "methodId": 3,
                      "ruleFamilyId": 1,
                      "ruleId": 11
                    },
                    {
                      "amount": "9",
                      "contractFamilyId": 1,
                      "contractId": 11,
                      "earnedAmount": "3",
                      "id": 37,
                      "methodId": 5,
                      "ruleFamilyId": 5,
                      "ruleId": 4
                    },
                    {
                      "amount": "4",
                      "contractFamilyId": 4,
                      "contractId": 25,
                      "earnedAmount": "8",
                      "id": 87,
                      "methodId": 4,
                      "ruleFamilyId": 1,
                      "ruleId": 8
                    }
                  ],
                  "pcc": "qoWB",
                  "percentAmount": 1.22,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "p0p2M",
                      "placementHierarchy": {
                        "ED": 9,
                        "TA": 4,
                        "TC": 3,
                        "TD": 8
                      }
                    },
                    "endorsement": {
                      "text": "Subject to Fare Rules"
                    }
                  },
                  "totalAmount": "6"
                }
              }
            ],
            "id": 69,
            "messages": [
              {
                "airline": "AA",
                "code": 874,
                "shortText": "SSJ6MCUs6s",
                "text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
                "type": "Warning"
              },
              {
                "airline": "AA",
                "code": 441,
                "shortText": "CpdfIVx0QU",
                "text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
                "type": "Warning"
              },
              {
                "airline": "AA",
                "code": 578,
                "shortText": "O3heFiq1Fs",
                "text": "CONTRACT APPLIED",
                "type": "Info"
              },
              {
                "airline": "DL",
                "code": 521,
                "shortText": "115CaqrXbm",
                "text": "CONTRACT APPLIED",
                "type": "Error"
              },
              {
                "airline": "DL",
                "code": 999,
                "shortText": "phBbQ4wJRs",
                "text": "CONTRACT APPLIED",
                "type": "Warning"
              }
            ]
          },
          {
            "commissions": [
              {
                "validatingCarrierCommission": {
                  "airline": "UA",
                  "amount": "1",
                  "contractQualifier": "3nc",
                  "earnedAmount": "5",
                  "fareComponents": [
                    {
                      "amount": "8",
                      "contractFamilyId": 3,
                      "contractId": 24,
                      "earnedAmount": "3",
                      "id": 4,
                      "methodId": 3,
                      "ruleFamilyId": 4,
                      "ruleId": 20
                    },
                    {
                      "amount": "4",
                      "contractFamilyId": 2,
                      "contractId": 17,
                      "earnedAmount": "2",
                      "id": 73,
                      "methodId": 3,
                      "ruleFamilyId": 3,
                      "ruleId": 5
                    },
                    {
                      "amount": "1",
                      "contractFamilyId": 2,
                      "contractId": 1,
                      "earnedAmount": "9",
                      "id": 1,
                      "methodId": 1,
                      "ruleFamilyId": 4,
                      "ruleId": 6
                    },
                    {
                      "amount": "5",
                      "contractFamilyId": 2,
                      "contractId": 7,
                      "earnedAmount": "3",
                      "id": 32,
                      "methodId": 1,
                      "ruleFamilyId": 2,
                      "ruleId": 15
                    },
                    {
                      "amount": "3",
                      "contractFamilyId": 4,
                      "contractId": 6,
                      "earnedAmount": "8",
                      "id": 3,
                      "methodId": 5,
                      "ruleFamilyId": 2,
                      "ruleId": 3
                    }
                  ],
                  "pcc": "F0by",
                  "percentAmount": 7.23,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "0HrI8",
                      "placementHierarchy": {
                        "ED": 10,
                        "TA": 4,
                        "TC": 8,
                        "TD": 7
                      }
                    },
                    "endorsement": {
                      "text": "Non-Refundable Ticket"
                    }
                  },
                  "totalAmount": "0"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "DL",
                  "amount": "5",
                  "contractQualifier": "9SO",
                  "earnedAmount": "4",
                  "fareComponents": [
                    {
                      "amount": "5",
                      "contractFamilyId": 2,
                      "contractId": 44,
                      "earnedAmount": "6",
                      "id": 9,
                      "methodId": 3,
                      "ruleFamilyId": 4,
                      "ruleId": 10
                    },
                    {
                      "amount": "5",
                      "contractFamilyId": 2,
                      "contractId": 31,
                      "earnedAmount": "5",
                      "id": 96,
                      "methodId": 1,
                      "ruleFamilyId": 2,
                      "ruleId": 8
                    },
                    {
                      "amount": "8",
                      "contractFamilyId": 1,
                      "contractId": 35,
                      "earnedAmount": "0",
                      "id": 23,
                      "methodId": 5,
                      "ruleFamilyId": 1,
                      "ruleId": 15
                    }
                  ],
                  "pcc": "wpxb",
                  "percentAmount": 9.36,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "t3Tvm",
                      "placementHierarchy": {
                        "ED": 3,
                        "TA": 9,
                        "TC": 4,
                        "TD": 3
                      }
                    },
                    "endorsement": {
                      "text": "Endorsement information: AMCAPIENDORSEMENTTEST"
                    }
                  },
                  "totalAmount": "4"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "UA",
                  "amount": "3",
                  "contractQualifier": "pIy",
                  "earnedAmount": "6",
                  "fareComponents": [
                    {
                      "amount": "3",
                      "contractFamilyId": 1,
                      "contractId": 25,
                      "earnedAmount": "1",
                      "id": 56,
                      "methodId": 4,
                      "ruleFamilyId": 3,
                      "ruleId": 11
                    }
                  ],
                  "pcc": "ZBKP",
                  "percentAmount": 8.35,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "mbYPX",
                      "placementHierarchy": {
                        "ED": 3,
                        "TA": 10,
                        "TC": 7,
                        "TD": 5
                      }
                    },
                    "endorsement": {
                      "text": "Subject to Fare Rules"
                    }
                  },
                  "totalAmount": "4"
                }
              },
              {
                "validatingCarrierCommission": {
                  "airline": "UA",
                  "amount": "6",
                  "contractQualifier": "FDh",
                  "earnedAmount": "2",
                  "fareComponents": [
                    {
                      "amount": "0",
                      "contractFamilyId": 1,
                      "contractId": 45,
                      "earnedAmount": "6",
                      "id": 11,
                      "methodId": 5,
                      "ruleFamilyId": 3,
                      "ruleId": 20
                    },
                    {
                      "amount": "7",
                      "contractFamilyId": 2,
                      "contractId": 4,
                      "earnedAmount": "5",
                      "id": 34,
                      "methodId": 5,
                      "ruleFamilyId": 2,
                      "ruleId": 6
                    }
                  ],
                  "pcc": "cKPl",
                  "percentAmount": 2.25,
                  "ticketingInformation": {
                    "commissionVerification": {
                      "code": "VXXdu",
                      "placementHierarchy": {
                        "ED": 4,
                        "TA": 9,
                        "TC": 2,
                        "TD": 1
                      }
                    },
                    "endorsement": {
                      "text": "Non-Refundable Ticket"
                    }
                  },
                  "totalAmount": "5"
                }
              }
            ],
            "id": 11,
            "messages": [
              {
                "airline": "UA",
                "code": 595,
                "shortText": "8mzalDLYug",
                "text": "COMMISSION PROCESSED SUCCESSFULLY",
                "type": "Info"
              },
              {
                "airline": "UA",
                "code": 166,
                "shortText": "FTo1HOp4lo",
                "text": "COMMISSION PROCESSED SUCCESSFULLY",
                "type": "Warning"
              },
              {
                "airline": "UA",
                "code": 805,
                "shortText": "5Au1hhp5wi",
                "text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
                "type": "Info"
              },
              {
                "airline": "DL",
                "code": 849,
                "shortText": "hqj6K0xVuv",
                "text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
                "type": "Error"
              }
            ]
          }
        ],
        "id": 57,
        "messages": [
          {
            "airline": "AA",
            "code": 426,
            "shortText": "qmIDsggQef",
            "text": "CONTRACT APPLIED",
            "type": "Error"
          },
          {
            "airline": "UA",
            "code": 458,
            "shortText": "ICVMzgpUBc",
            "text": "COMMISSION PROCESSED SUCCESSFULLY",
            "type": "Error"
          },
          {
            "airline": "UA",
            "code": 904,
            "shortText": "t6IXfUTqJn",
            "text": "CONTRACT APPLIED",
            "type": "Info"
          },
          {
            "airline": "UA",
            "code": 215,
            "shortText": "BflXjRWSuZ",
            "text": "COMMISSION PROCESSED SUCCESSFULLY",
            "type": "Warning"
          }
        ]
      }
    ],
    "messages": [
      {
        "airline": "UA",
        "code": 193,
        "shortText": "BD7I655vaU",
        "text": "COMMISSION PROCESSED SUCCESSFULLY",
        "type": "Info"
      },
      {
        "airline": "AA",
        "code": 500,
        "shortText": "Eab0ZmMNWf",
        "text": "CONTRACT APPLIED",
        "type": "Warning"
      }
    ]
  }
}
{
  "category": "INVALID_INPUT",
  "type": "UNSUPPORTED_TYPE"
}
{
  "category": "DATABASE_ERROR",
  "type": "REQUIRED_FIELD_MISSING"
}
sabretravelcommissionfinanceapi