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.
AMC Calculator
POST
{
"commissionCodes": [
"2LY4BhhY",
"lVm8zZoW",
"vNXqFPfp",
"lbRo7Edo"
],
"echoToken": "3",
"fareComponents": [
{
"corporateId": "w3vqdY",
"differentialAmount": "6",
"fareBasisCode": "LEG68",
"fareType": "Public",
"isPrivateFare": false,
"passengerType": "ADT",
"surchargeAmount": "7",
"totalAmount": "4",
"travelPathRef": 5
},
{
"corporateId": "uTJrV0",
"differentialAmount": "0",
"fareBasisCode": "YEC22",
"fareType": "Negotiated",
"isPrivateFare": true,
"passengerType": "INF",
"surchargeAmount": "7",
"totalAmount": "8",
"travelPathRef": 5
},
{
"corporateId": "rC3ydr",
"differentialAmount": "0",
"fareBasisCode": "XNM93",
"fareType": "Negotiated",
"isPrivateFare": true,
"passengerType": "CHD",
"surchargeAmount": "1",
"totalAmount": "4",
"travelPathRef": 4
},
{
"corporateId": "P6ZZ2h",
"differentialAmount": "5",
"fareBasisCode": "VMY26",
"fareType": "Public",
"isPrivateFare": false,
"passengerType": "ADT",
"surchargeAmount": "6",
"totalAmount": "5",
"travelPathRef": 1
},
{
"corporateId": "h85rYW",
"differentialAmount": "6",
"fareBasisCode": "TFS65",
"fareType": "Private",
"isPrivateFare": true,
"passengerType": "CHD",
"surchargeAmount": "9",
"totalAmount": "1",
"travelPathRef": 3
}
],
"farePaths": [
{
"fareComponentRefs": [
5,
5,
3,
3,
1
],
"passengerType": "ADT",
"pricingUnits": [
{
"fareComponentRefs": [
1
]
},
{
"fareComponentRefs": [
5,
2,
4
]
}
],
"tourCode": "d3xka7WJ",
"validatingCarriers": [
"DL",
"UA",
"DL",
"AA"
]
},
{
"fareComponentRefs": [
1
],
"passengerType": "ADT",
"pricingUnits": [
{
"fareComponentRefs": [
2,
4,
3
]
},
{
"fareComponentRefs": [
2,
1,
4,
1,
2
]
},
{
"fareComponentRefs": [
1,
2,
5,
5,
3
]
}
],
"tourCode": "iSrSXWNP",
"validatingCarriers": [
"BA"
]
},
{
"fareComponentRefs": [
2,
3,
1
],
"passengerType": "ADT",
"pricingUnits": [
{
"fareComponentRefs": [
4,
1,
4
]
},
{
"fareComponentRefs": [
2,
2,
3,
1
]
},
{
"fareComponentRefs": [
5,
3,
3,
3,
2
]
},
{
"fareComponentRefs": [
2,
4,
5,
1
]
}
],
"tourCode": "8QgW91CB",
"validatingCarriers": [
"AA"
]
},
{
"fareComponentRefs": [
5
],
"passengerType": "CHD",
"pricingUnits": [
{
"fareComponentRefs": [
2,
4
]
},
{
"fareComponentRefs": [
2,
5,
3,
4,
5
]
},
{
"fareComponentRefs": [
2,
1
]
},
{
"fareComponentRefs": [
3,
1
]
}
],
"tourCode": "yaHXGVHM",
"validatingCarriers": [
"UA",
"BA",
"DL"
]
},
{
"fareComponentRefs": [
4,
1,
4,
3
],
"passengerType": "CHD",
"pricingUnits": [
{
"fareComponentRefs": [
1
]
},
{
"fareComponentRefs": [
4
]
},
{
"fareComponentRefs": [
1,
3,
5,
3
]
},
{
"fareComponentRefs": [
1
]
}
],
"tourCode": "iclfNFWi",
"validatingCarriers": [
"AA",
"UA"
]
}
],
"itineraries": [
{
"baseCurrency": "ERN",
"calcLineCurrency": "CLP",
"farePathRefs": [
3,
1,
5,
1
],
"travelOriginDepartureDate": "2026-09-22T00:00:00.0Z",
"travelPathRef": 1
},
{
"baseCurrency": "STN",
"calcLineCurrency": "BRL",
"farePathRefs": [
3
],
"travelOriginDepartureDate": "2026-09-26T00:00:00.0Z",
"travelPathRef": 1
},
{
"baseCurrency": "SAR",
"calcLineCurrency": "BMD",
"farePathRefs": [
2,
5
],
"travelOriginDepartureDate": "2026-09-08T00:00:00.0Z",
"travelPathRef": 2
}
],
"segments": [
{
"arrival": {
"date": "2026-09-11T00:00:00.0Z",
"time": "09:00"
},
"bookingCode": "F",
"departure": {
"date": "2026-09-03T00:00:00.0Z",
"time": "20:15"
},
"destination": "NRT",
"flightNumber": 5,
"marketingCarrier": "BA",
"operatingCarrier": "AA",
"origin": "ATL"
},
{
"arrival": {
"date": "2026-09-02T00:00:00.0Z",
"time": "15:45"
},
"bookingCode": "M",
"departure": {
"date": "2026-09-16T00:00:00.0Z",
"time": "15:45"
},
"destination": "SYD",
"flightNumber": 4,
"marketingCarrier": "BA",
"operatingCarrier": "BA",
"origin": "SIN"
}
],
"ticketingOptions": {
"date": "2026-09-04T00:00:00.0Z",
"paymentCurrency": "BWP",
"time": "18:00"
},
"travelPaths": [
{
"segmentRefs": [
3,
3,
5,
2
]
}
]
}{
"AMCResponse": {
"echoToken": "1",
"itineraries": [
{
"farePathData": [
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "7",
"contractQualifier": "X8N",
"earnedAmount": "6",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 4,
"contractId": 12,
"earnedAmount": "8",
"id": 89,
"methodId": 4,
"ruleFamilyId": 2,
"ruleId": 9
},
{
"amount": "0",
"contractFamilyId": 3,
"contractId": 18,
"earnedAmount": "8",
"id": 90,
"methodId": 5,
"ruleFamilyId": 5,
"ruleId": 2
}
],
"pcc": "CUk4",
"percentAmount": 1.33,
"ticketingInformation": {
"commissionVerification": {
"code": "zQEc6",
"placementHierarchy": {
"ED": 4,
"TA": 3,
"TC": 9,
"TD": 9
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "1"
}
},
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "8",
"contractQualifier": "953",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "3",
"contractFamilyId": 4,
"contractId": 3,
"earnedAmount": "8",
"id": 51,
"methodId": 2,
"ruleFamilyId": 1,
"ruleId": 7
},
{
"amount": "1",
"contractFamilyId": 4,
"contractId": 21,
"earnedAmount": "3",
"id": 1,
"methodId": 2,
"ruleFamilyId": 1,
"ruleId": 16
}
],
"pcc": "NZY5",
"percentAmount": 3.25,
"ticketingInformation": {
"commissionVerification": {
"code": "Mgty7",
"placementHierarchy": {
"ED": 7,
"TA": 8,
"TC": 4,
"TD": 1
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "5"
}
}
],
"id": 49,
"messages": [
{
"airline": "DL",
"code": 829,
"shortText": "WUfZHqNBmy",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Info"
}
]
},
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "7",
"contractQualifier": "uoD",
"earnedAmount": "8",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 2,
"contractId": 2,
"earnedAmount": "1",
"id": 7,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 11
},
{
"amount": "2",
"contractFamilyId": 3,
"contractId": 46,
"earnedAmount": "0",
"id": 63,
"methodId": 1,
"ruleFamilyId": 4,
"ruleId": 1
},
{
"amount": "5",
"contractFamilyId": 1,
"contractId": 29,
"earnedAmount": "7",
"id": 24,
"methodId": 4,
"ruleFamilyId": 5,
"ruleId": 17
}
],
"pcc": "3TYE",
"percentAmount": 9.73,
"ticketingInformation": {
"commissionVerification": {
"code": "NDYyv",
"placementHierarchy": {
"ED": 6,
"TA": 7,
"TC": 5,
"TD": 9
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "1"
}
},
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "2",
"contractQualifier": "ElM",
"earnedAmount": "5",
"fareComponents": [
{
"amount": "4",
"contractFamilyId": 3,
"contractId": 44,
"earnedAmount": "7",
"id": 18,
"methodId": 3,
"ruleFamilyId": 1,
"ruleId": 1
},
{
"amount": "4",
"contractFamilyId": 3,
"contractId": 29,
"earnedAmount": "7",
"id": 58,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 6
}
],
"pcc": "PCeW",
"percentAmount": 7.53,
"ticketingInformation": {
"commissionVerification": {
"code": "6ro2G",
"placementHierarchy": {
"ED": 1,
"TA": 9,
"TC": 2,
"TD": 1
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "8"
}
},
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "3",
"contractQualifier": "e8D",
"earnedAmount": "8",
"fareComponents": [
{
"amount": "1",
"contractFamilyId": 1,
"contractId": 18,
"earnedAmount": "6",
"id": 63,
"methodId": 5,
"ruleFamilyId": 3,
"ruleId": 14
},
{
"amount": "1",
"contractFamilyId": 1,
"contractId": 43,
"earnedAmount": "7",
"id": 32,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 12
},
{
"amount": "0",
"contractFamilyId": 2,
"contractId": 25,
"earnedAmount": "3",
"id": 67,
"methodId": 3,
"ruleFamilyId": 1,
"ruleId": 14
}
],
"pcc": "VGZT",
"percentAmount": 6.31,
"ticketingInformation": {
"commissionVerification": {
"code": "UtOnc",
"placementHierarchy": {
"ED": 3,
"TA": 5,
"TC": 5,
"TD": 2
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "7"
}
}
],
"id": 83,
"messages": [
{
"airline": "AA",
"code": 905,
"shortText": "bBqMv9Ln7a",
"text": "CONTRACT APPLIED",
"type": "Warning"
},
{
"airline": "UA",
"code": 224,
"shortText": "Av7CMpaT0U",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Error"
},
{
"airline": "DL",
"code": 362,
"shortText": "ox4vHlalpe",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Info"
}
]
}
],
"id": 73,
"messages": [
{
"airline": "AA",
"code": 489,
"shortText": "7DZkFFOilX",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Info"
},
{
"airline": "BA",
"code": 599,
"shortText": "La1ADUPHcP",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Warning"
},
{
"airline": "UA",
"code": 676,
"shortText": "VEHt1Yfoq9",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Warning"
},
{
"airline": "DL",
"code": 116,
"shortText": "e0KRROULZv",
"text": "CONTRACT APPLIED",
"type": "Warning"
}
]
},
{
"farePathData": [
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "4",
"contractQualifier": "PjI",
"earnedAmount": "3",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 1,
"contractId": 8,
"earnedAmount": "9",
"id": 50,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 19
},
{
"amount": "6",
"contractFamilyId": 3,
"contractId": 48,
"earnedAmount": "7",
"id": 5,
"methodId": 3,
"ruleFamilyId": 5,
"ruleId": 2
}
],
"pcc": "j78a",
"percentAmount": 6.91,
"ticketingInformation": {
"commissionVerification": {
"code": "SrlO5",
"placementHierarchy": {
"ED": 8,
"TA": 3,
"TC": 2,
"TD": 1
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "7"
}
},
{
"validatingCarrierCommission": {
"airline": "DL",
"amount": "2",
"contractQualifier": "CO9",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 4,
"contractId": 28,
"earnedAmount": "6",
"id": 94,
"methodId": 4,
"ruleFamilyId": 4,
"ruleId": 1
},
{
"amount": "9",
"contractFamilyId": 5,
"contractId": 50,
"earnedAmount": "0",
"id": 100,
"methodId": 5,
"ruleFamilyId": 1,
"ruleId": 16
},
{
"amount": "4",
"contractFamilyId": 1,
"contractId": 42,
"earnedAmount": "9",
"id": 14,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 14
},
{
"amount": "3",
"contractFamilyId": 4,
"contractId": 21,
"earnedAmount": "0",
"id": 26,
"methodId": 5,
"ruleFamilyId": 1,
"ruleId": 18
},
{
"amount": "2",
"contractFamilyId": 3,
"contractId": 1,
"earnedAmount": "5",
"id": 64,
"methodId": 2,
"ruleFamilyId": 5,
"ruleId": 13
}
],
"pcc": "L9Pd",
"percentAmount": 5.47,
"ticketingInformation": {
"commissionVerification": {
"code": "4aHdp",
"placementHierarchy": {
"ED": 2,
"TA": 8,
"TC": 9,
"TD": 5
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "4"
}
},
{
"validatingCarrierCommission": {
"airline": "DL",
"amount": "5",
"contractQualifier": "TXN",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 5,
"contractId": 36,
"earnedAmount": "1",
"id": 34,
"methodId": 2,
"ruleFamilyId": 2,
"ruleId": 9
},
{
"amount": "3",
"contractFamilyId": 1,
"contractId": 5,
"earnedAmount": "0",
"id": 39,
"methodId": 4,
"ruleFamilyId": 4,
"ruleId": 2
},
{
"amount": "6",
"contractFamilyId": 3,
"contractId": 47,
"earnedAmount": "0",
"id": 25,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 13
},
{
"amount": "8",
"contractFamilyId": 4,
"contractId": 36,
"earnedAmount": "1",
"id": 7,
"methodId": 1,
"ruleFamilyId": 2,
"ruleId": 5
},
{
"amount": "6",
"contractFamilyId": 3,
"contractId": 49,
"earnedAmount": "0",
"id": 1,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 13
}
],
"pcc": "qWO1",
"percentAmount": 1,
"ticketingInformation": {
"commissionVerification": {
"code": "lWpJk",
"placementHierarchy": {
"ED": 10,
"TA": 1,
"TC": 8,
"TD": 10
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "3"
}
},
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "2",
"contractQualifier": "oqk",
"earnedAmount": "2",
"fareComponents": [
{
"amount": "5",
"contractFamilyId": 2,
"contractId": 46,
"earnedAmount": "2",
"id": 30,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 12
},
{
"amount": "4",
"contractFamilyId": 1,
"contractId": 26,
"earnedAmount": "8",
"id": 63,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 6
}
],
"pcc": "KAxG",
"percentAmount": 2.82,
"ticketingInformation": {
"commissionVerification": {
"code": "8mRPS",
"placementHierarchy": {
"ED": 9,
"TA": 3,
"TC": 5,
"TD": 2
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "6"
}
}
],
"id": 91,
"messages": [
{
"airline": "AA",
"code": 547,
"shortText": "naV95wJgU5",
"text": "CONTRACT APPLIED",
"type": "Warning"
}
]
},
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "5",
"contractQualifier": "YjV",
"earnedAmount": "6",
"fareComponents": [
{
"amount": "7",
"contractFamilyId": 5,
"contractId": 41,
"earnedAmount": "6",
"id": 73,
"methodId": 5,
"ruleFamilyId": 2,
"ruleId": 16
},
{
"amount": "7",
"contractFamilyId": 3,
"contractId": 40,
"earnedAmount": "0",
"id": 92,
"methodId": 2,
"ruleFamilyId": 1,
"ruleId": 11
},
{
"amount": "2",
"contractFamilyId": 4,
"contractId": 47,
"earnedAmount": "0",
"id": 56,
"methodId": 5,
"ruleFamilyId": 1,
"ruleId": 13
},
{
"amount": "2",
"contractFamilyId": 4,
"contractId": 2,
"earnedAmount": "9",
"id": 66,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 14
},
{
"amount": "8",
"contractFamilyId": 2,
"contractId": 14,
"earnedAmount": "0",
"id": 38,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 20
}
],
"pcc": "dtM2",
"percentAmount": 8.87,
"ticketingInformation": {
"commissionVerification": {
"code": "XX52L",
"placementHierarchy": {
"ED": 1,
"TA": 4,
"TC": 5,
"TD": 5
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "8"
}
}
],
"id": 3,
"messages": [
{
"airline": "DL",
"code": 228,
"shortText": "sBbzr9HE6F",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Error"
}
]
},
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "4",
"contractQualifier": "D37",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "7",
"contractFamilyId": 2,
"contractId": 8,
"earnedAmount": "4",
"id": 39,
"methodId": 5,
"ruleFamilyId": 5,
"ruleId": 2
},
{
"amount": "5",
"contractFamilyId": 5,
"contractId": 23,
"earnedAmount": "5",
"id": 97,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 9
},
{
"amount": "0",
"contractFamilyId": 4,
"contractId": 43,
"earnedAmount": "5",
"id": 61,
"methodId": 2,
"ruleFamilyId": 5,
"ruleId": 8
},
{
"amount": "2",
"contractFamilyId": 1,
"contractId": 43,
"earnedAmount": "4",
"id": 27,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 18
}
],
"pcc": "fWDF",
"percentAmount": 6.68,
"ticketingInformation": {
"commissionVerification": {
"code": "qSCaw",
"placementHierarchy": {
"ED": 7,
"TA": 8,
"TC": 4,
"TD": 5
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "0"
}
}
],
"id": 51,
"messages": [
{
"airline": "BA",
"code": 426,
"shortText": "1hp4f1Jyvu",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Warning"
}
]
}
],
"id": 73,
"messages": [
{
"airline": "DL",
"code": 804,
"shortText": "fNqkzs9pD4",
"text": "CONTRACT APPLIED",
"type": "Error"
},
{
"airline": "UA",
"code": 796,
"shortText": "QNKYs2zGjj",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Info"
},
{
"airline": "AA",
"code": 507,
"shortText": "vdyDb5R2qI",
"text": "CONTRACT APPLIED",
"type": "Error"
},
{
"airline": "AA",
"code": 670,
"shortText": "skMDENB2ip",
"text": "CONTRACT APPLIED",
"type": "Info"
}
]
},
{
"farePathData": [
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "3",
"contractQualifier": "wwp",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 5,
"contractId": 32,
"earnedAmount": "8",
"id": 100,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 13
},
{
"amount": "2",
"contractFamilyId": 4,
"contractId": 48,
"earnedAmount": "9",
"id": 78,
"methodId": 5,
"ruleFamilyId": 3,
"ruleId": 4
},
{
"amount": "7",
"contractFamilyId": 1,
"contractId": 21,
"earnedAmount": "4",
"id": 15,
"methodId": 5,
"ruleFamilyId": 5,
"ruleId": 10
}
],
"pcc": "pdo7",
"percentAmount": 9.48,
"ticketingInformation": {
"commissionVerification": {
"code": "key7m",
"placementHierarchy": {
"ED": 1,
"TA": 9,
"TC": 4,
"TD": 6
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "0"
}
},
{
"validatingCarrierCommission": {
"airline": "UA",
"amount": "6",
"contractQualifier": "ZQ0",
"earnedAmount": "8",
"fareComponents": [
{
"amount": "0",
"contractFamilyId": 1,
"contractId": 31,
"earnedAmount": "2",
"id": 11,
"methodId": 4,
"ruleFamilyId": 3,
"ruleId": 19
},
{
"amount": "2",
"contractFamilyId": 2,
"contractId": 15,
"earnedAmount": "9",
"id": 69,
"methodId": 4,
"ruleFamilyId": 2,
"ruleId": 13
}
],
"pcc": "58Vb",
"percentAmount": 2.24,
"ticketingInformation": {
"commissionVerification": {
"code": "GmxVW",
"placementHierarchy": {
"ED": 4,
"TA": 4,
"TC": 2,
"TD": 7
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "5"
}
},
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "4",
"contractQualifier": "nF4",
"earnedAmount": "2",
"fareComponents": [
{
"amount": "0",
"contractFamilyId": 5,
"contractId": 33,
"earnedAmount": "4",
"id": 78,
"methodId": 2,
"ruleFamilyId": 2,
"ruleId": 15
},
{
"amount": "9",
"contractFamilyId": 1,
"contractId": 36,
"earnedAmount": "4",
"id": 80,
"methodId": 4,
"ruleFamilyId": 5,
"ruleId": 2
},
{
"amount": "2",
"contractFamilyId": 1,
"contractId": 27,
"earnedAmount": "6",
"id": 88,
"methodId": 1,
"ruleFamilyId": 5,
"ruleId": 6
}
],
"pcc": "XZ6c",
"percentAmount": 4.65,
"ticketingInformation": {
"commissionVerification": {
"code": "7GBy3",
"placementHierarchy": {
"ED": 8,
"TA": 1,
"TC": 6,
"TD": 2
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "1"
}
},
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "6",
"contractQualifier": "RR4",
"earnedAmount": "5",
"fareComponents": [
{
"amount": "3",
"contractFamilyId": 2,
"contractId": 19,
"earnedAmount": "0",
"id": 93,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 15
},
{
"amount": "9",
"contractFamilyId": 5,
"contractId": 34,
"earnedAmount": "9",
"id": 59,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 18
},
{
"amount": "9",
"contractFamilyId": 4,
"contractId": 2,
"earnedAmount": "3",
"id": 77,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 13
},
{
"amount": "7",
"contractFamilyId": 3,
"contractId": 47,
"earnedAmount": "8",
"id": 27,
"methodId": 1,
"ruleFamilyId": 5,
"ruleId": 16
},
{
"amount": "6",
"contractFamilyId": 3,
"contractId": 1,
"earnedAmount": "1",
"id": 38,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 8
}
],
"pcc": "HApk",
"percentAmount": 2.68,
"ticketingInformation": {
"commissionVerification": {
"code": "9lapD",
"placementHierarchy": {
"ED": 5,
"TA": 5,
"TC": 3,
"TD": 1
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "4"
}
},
{
"validatingCarrierCommission": {
"airline": "UA",
"amount": "5",
"contractQualifier": "5r5",
"earnedAmount": "4",
"fareComponents": [
{
"amount": "4",
"contractFamilyId": 1,
"contractId": 50,
"earnedAmount": "2",
"id": 83,
"methodId": 1,
"ruleFamilyId": 1,
"ruleId": 6
},
{
"amount": "8",
"contractFamilyId": 5,
"contractId": 24,
"earnedAmount": "0",
"id": 19,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 15
},
{
"amount": "4",
"contractFamilyId": 1,
"contractId": 13,
"earnedAmount": "5",
"id": 31,
"methodId": 3,
"ruleFamilyId": 3,
"ruleId": 8
},
{
"amount": "3",
"contractFamilyId": 1,
"contractId": 16,
"earnedAmount": "9",
"id": 79,
"methodId": 3,
"ruleFamilyId": 5,
"ruleId": 14
}
],
"pcc": "Q9Vs",
"percentAmount": 3.28,
"ticketingInformation": {
"commissionVerification": {
"code": "Lrwet",
"placementHierarchy": {
"ED": 7,
"TA": 4,
"TC": 6,
"TD": 8
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "1"
}
}
],
"id": 55,
"messages": [
{
"airline": "UA",
"code": 293,
"shortText": "cNgQt8w0R0",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Warning"
},
{
"airline": "DL",
"code": 996,
"shortText": "W94lnfFi1T",
"text": "CONTRACT APPLIED",
"type": "Error"
}
]
},
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "2",
"contractQualifier": "AQg",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "3",
"contractFamilyId": 2,
"contractId": 19,
"earnedAmount": "5",
"id": 66,
"methodId": 4,
"ruleFamilyId": 5,
"ruleId": 17
},
{
"amount": "7",
"contractFamilyId": 5,
"contractId": 20,
"earnedAmount": "4",
"id": 18,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 12
},
{
"amount": "5",
"contractFamilyId": 5,
"contractId": 23,
"earnedAmount": "1",
"id": 40,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 16
},
{
"amount": "5",
"contractFamilyId": 3,
"contractId": 32,
"earnedAmount": "2",
"id": 30,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 2
},
{
"amount": "1",
"contractFamilyId": 3,
"contractId": 10,
"earnedAmount": "6",
"id": 83,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 7
}
],
"pcc": "HyOl",
"percentAmount": 6.57,
"ticketingInformation": {
"commissionVerification": {
"code": "0OyGp",
"placementHierarchy": {
"ED": 3,
"TA": 8,
"TC": 8,
"TD": 9
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "6"
}
}
],
"id": 79,
"messages": [
{
"airline": "DL",
"code": 518,
"shortText": "CVQvtub8Bf",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Info"
}
]
},
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "DL",
"amount": "4",
"contractQualifier": "v9d",
"earnedAmount": "8",
"fareComponents": [
{
"amount": "3",
"contractFamilyId": 4,
"contractId": 46,
"earnedAmount": "1",
"id": 72,
"methodId": 4,
"ruleFamilyId": 4,
"ruleId": 5
},
{
"amount": "2",
"contractFamilyId": 4,
"contractId": 32,
"earnedAmount": "3",
"id": 94,
"methodId": 3,
"ruleFamilyId": 5,
"ruleId": 14
},
{
"amount": "5",
"contractFamilyId": 5,
"contractId": 2,
"earnedAmount": "2",
"id": 52,
"methodId": 1,
"ruleFamilyId": 3,
"ruleId": 16
}
],
"pcc": "R2kt",
"percentAmount": 1.58,
"ticketingInformation": {
"commissionVerification": {
"code": "QiSXe",
"placementHierarchy": {
"ED": 3,
"TA": 2,
"TC": 2,
"TD": 9
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "9"
}
},
{
"validatingCarrierCommission": {
"airline": "DL",
"amount": "9",
"contractQualifier": "EeD",
"earnedAmount": "2",
"fareComponents": [
{
"amount": "8",
"contractFamilyId": 1,
"contractId": 41,
"earnedAmount": "2",
"id": 36,
"methodId": 1,
"ruleFamilyId": 3,
"ruleId": 17
},
{
"amount": "5",
"contractFamilyId": 4,
"contractId": 28,
"earnedAmount": "0",
"id": 90,
"methodId": 1,
"ruleFamilyId": 3,
"ruleId": 10
}
],
"pcc": "Rxkh",
"percentAmount": 4.51,
"ticketingInformation": {
"commissionVerification": {
"code": "Je4Hp",
"placementHierarchy": {
"ED": 2,
"TA": 6,
"TC": 5,
"TD": 10
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "2"
}
},
{
"validatingCarrierCommission": {
"airline": "UA",
"amount": "1",
"contractQualifier": "xwf",
"earnedAmount": "0",
"fareComponents": [
{
"amount": "5",
"contractFamilyId": 3,
"contractId": 31,
"earnedAmount": "5",
"id": 89,
"methodId": 4,
"ruleFamilyId": 3,
"ruleId": 7
},
{
"amount": "0",
"contractFamilyId": 3,
"contractId": 24,
"earnedAmount": "3",
"id": 34,
"methodId": 1,
"ruleFamilyId": 2,
"ruleId": 2
},
{
"amount": "8",
"contractFamilyId": 2,
"contractId": 48,
"earnedAmount": "5",
"id": 46,
"methodId": 3,
"ruleFamilyId": 1,
"ruleId": 3
},
{
"amount": "5",
"contractFamilyId": 4,
"contractId": 28,
"earnedAmount": "1",
"id": 94,
"methodId": 4,
"ruleFamilyId": 5,
"ruleId": 9
}
],
"pcc": "Kywu",
"percentAmount": 5.38,
"ticketingInformation": {
"commissionVerification": {
"code": "6TNt2",
"placementHierarchy": {
"ED": 10,
"TA": 2,
"TC": 1,
"TD": 2
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "0"
}
},
{
"validatingCarrierCommission": {
"airline": "UA",
"amount": "0",
"contractQualifier": "7Lv",
"earnedAmount": "8",
"fareComponents": [
{
"amount": "3",
"contractFamilyId": 1,
"contractId": 14,
"earnedAmount": "5",
"id": 1,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 12
},
{
"amount": "8",
"contractFamilyId": 4,
"contractId": 4,
"earnedAmount": "5",
"id": 38,
"methodId": 4,
"ruleFamilyId": 4,
"ruleId": 15
},
{
"amount": "0",
"contractFamilyId": 1,
"contractId": 12,
"earnedAmount": "0",
"id": 82,
"methodId": 4,
"ruleFamilyId": 5,
"ruleId": 10
},
{
"amount": "1",
"contractFamilyId": 3,
"contractId": 48,
"earnedAmount": "9",
"id": 70,
"methodId": 5,
"ruleFamilyId": 5,
"ruleId": 3
},
{
"amount": "7",
"contractFamilyId": 4,
"contractId": 21,
"earnedAmount": "4",
"id": 21,
"methodId": 2,
"ruleFamilyId": 2,
"ruleId": 18
}
],
"pcc": "TAfM",
"percentAmount": 1.85,
"ticketingInformation": {
"commissionVerification": {
"code": "39zBe",
"placementHierarchy": {
"ED": 6,
"TA": 4,
"TC": 9,
"TD": 8
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "4"
}
}
],
"id": 77,
"messages": [
{
"airline": "UA",
"code": 805,
"shortText": "mb5YnTxRvv",
"text": "CONTRACT APPLIED",
"type": "Warning"
}
]
},
{
"commissions": [
{
"validatingCarrierCommission": {
"airline": "UA",
"amount": "8",
"contractQualifier": "BQy",
"earnedAmount": "7",
"fareComponents": [
{
"amount": "7",
"contractFamilyId": 1,
"contractId": 21,
"earnedAmount": "3",
"id": 32,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 2
}
],
"pcc": "vFfO",
"percentAmount": 4.55,
"ticketingInformation": {
"commissionVerification": {
"code": "m6kdr",
"placementHierarchy": {
"ED": 4,
"TA": 10,
"TC": 2,
"TD": 10
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "9"
}
},
{
"validatingCarrierCommission": {
"airline": "AA",
"amount": "4",
"contractQualifier": "AJ9",
"earnedAmount": "3",
"fareComponents": [
{
"amount": "0",
"contractFamilyId": 5,
"contractId": 45,
"earnedAmount": "6",
"id": 40,
"methodId": 4,
"ruleFamilyId": 2,
"ruleId": 15
},
{
"amount": "9",
"contractFamilyId": 4,
"contractId": 41,
"earnedAmount": "3",
"id": 93,
"methodId": 4,
"ruleFamilyId": 2,
"ruleId": 4
},
{
"amount": "7",
"contractFamilyId": 4,
"contractId": 10,
"earnedAmount": "3",
"id": 83,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 14
},
{
"amount": "3",
"contractFamilyId": 4,
"contractId": 46,
"earnedAmount": "3",
"id": 44,
"methodId": 4,
"ruleFamilyId": 3,
"ruleId": 20
},
{
"amount": "9",
"contractFamilyId": 5,
"contractId": 39,
"earnedAmount": "0",
"id": 36,
"methodId": 2,
"ruleFamilyId": 2,
"ruleId": 4
}
],
"pcc": "zUG8",
"percentAmount": 8.16,
"ticketingInformation": {
"commissionVerification": {
"code": "yCIbg",
"placementHierarchy": {
"ED": 2,
"TA": 8,
"TC": 6,
"TD": 6
}
},
"endorsement": {
"text": "Endorsement information: AMCAPIENDORSEMENTTEST"
}
},
"totalAmount": "1"
}
},
{
"validatingCarrierCommission": {
"airline": "BA",
"amount": "8",
"contractQualifier": "97i",
"earnedAmount": "5",
"fareComponents": [
{
"amount": "6",
"contractFamilyId": 3,
"contractId": 50,
"earnedAmount": "1",
"id": 87,
"methodId": 2,
"ruleFamilyId": 5,
"ruleId": 7
},
{
"amount": "9",
"contractFamilyId": 3,
"contractId": 22,
"earnedAmount": "1",
"id": 97,
"methodId": 3,
"ruleFamilyId": 2,
"ruleId": 4
},
{
"amount": "5",
"contractFamilyId": 3,
"contractId": 16,
"earnedAmount": "0",
"id": 94,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 17
},
{
"amount": "7",
"contractFamilyId": 5,
"contractId": 12,
"earnedAmount": "8",
"id": 67,
"methodId": 3,
"ruleFamilyId": 4,
"ruleId": 17
},
{
"amount": "1",
"contractFamilyId": 1,
"contractId": 30,
"earnedAmount": "2",
"id": 6,
"methodId": 2,
"ruleFamilyId": 4,
"ruleId": 15
}
],
"pcc": "XAEc",
"percentAmount": 4.79,
"ticketingInformation": {
"commissionVerification": {
"code": "u7Pmc",
"placementHierarchy": {
"ED": 1,
"TA": 1,
"TC": 1,
"TD": 9
}
},
"endorsement": {
"text": "Subject to Fare Rules"
}
},
"totalAmount": "5"
}
},
{
"validatingCarrierCommission": {
"airline": "DL",
"amount": "3",
"contractQualifier": "x0o",
"earnedAmount": "9",
"fareComponents": [
{
"amount": "8",
"contractFamilyId": 3,
"contractId": 6,
"earnedAmount": "6",
"id": 21,
"methodId": 3,
"ruleFamilyId": 1,
"ruleId": 14
},
{
"amount": "0",
"contractFamilyId": 5,
"contractId": 2,
"earnedAmount": "1",
"id": 47,
"methodId": 1,
"ruleFamilyId": 3,
"ruleId": 18
},
{
"amount": "0",
"contractFamilyId": 3,
"contractId": 40,
"earnedAmount": "5",
"id": 47,
"methodId": 2,
"ruleFamilyId": 3,
"ruleId": 6
},
{
"amount": "1",
"contractFamilyId": 5,
"contractId": 44,
"earnedAmount": "7",
"id": 90,
"methodId": 5,
"ruleFamilyId": 1,
"ruleId": 19
}
],
"pcc": "U1ul",
"percentAmount": 6.83,
"ticketingInformation": {
"commissionVerification": {
"code": "QJK8V",
"placementHierarchy": {
"ED": 7,
"TA": 10,
"TC": 5,
"TD": 1
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "3"
}
},
{
"validatingCarrierCommission": {
"airline": "UA",
"amount": "8",
"contractQualifier": "IOH",
"earnedAmount": "5",
"fareComponents": [
{
"amount": "2",
"contractFamilyId": 1,
"contractId": 5,
"earnedAmount": "0",
"id": 91,
"methodId": 5,
"ruleFamilyId": 5,
"ruleId": 4
}
],
"pcc": "z3ja",
"percentAmount": 8.33,
"ticketingInformation": {
"commissionVerification": {
"code": "mxCRv",
"placementHierarchy": {
"ED": 2,
"TA": 7,
"TC": 2,
"TD": 9
}
},
"endorsement": {
"text": "Non-Refundable Ticket"
}
},
"totalAmount": "3"
}
}
],
"id": 67,
"messages": [
{
"airline": "BA",
"code": 278,
"shortText": "XzoPt6VQ0K",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Info"
},
{
"airline": "DL",
"code": 448,
"shortText": "lTxtKCduyY",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Info"
},
{
"airline": "UA",
"code": 904,
"shortText": "vFlfjlDoRV",
"text": "CONTRACT APPLIED",
"type": "Warning"
},
{
"airline": "UA",
"code": 835,
"shortText": "O5CkNOVYuK",
"text": "CONTRACT APPLIED",
"type": "Warning"
}
]
}
],
"id": 44,
"messages": [
{
"airline": "DL",
"code": 737,
"shortText": "iPTVUvSJ12",
"text": "CONTRACT APPLIED",
"type": "Error"
},
{
"airline": "UA",
"code": 681,
"shortText": "CbMuiXs7Sc",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Error"
},
{
"airline": "AA",
"code": 908,
"shortText": "31FIhLkv01",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Error"
}
]
}
],
"messages": [
{
"airline": "UA",
"code": 881,
"shortText": "oaCoN7n0zZ",
"text": "AGENCY COMMISSION B6 - USD43.81 /CM*EOENOTALLB6",
"type": "Warning"
},
{
"airline": "DL",
"code": 822,
"shortText": "GTOKenOFbs",
"text": "COMMISSION PROCESSED SUCCESSFULLY",
"type": "Error"
},
{
"airline": "UA",
"code": 731,
"shortText": "9nmfhJcD1N",
"text": "CONTRACT APPLIED",
"type": "Info"
}
]
}
}{
"category": "BAD_REQUEST",
"type": "VALUE_OUT_OF_RANGE"
}{
"category": "INTERNAL_SERVER_ERROR",
"type": "TIMEOUT"
}Service Homepage: developer.sabre.com/rest-api/agency-managed-commission-calculator/1.0
sabretravelcommissionfinanceapi