Enhanced Air Ticket Mock Server
Issue air tickets and EMDs within a single API call.
The Enhanced Air Ticket API allows developers to issue one or multiple air tickets and Electronic Miscellaneous Documents (EMDs) in a single request. It streamlines the fulfillment process by consolidating ticketing operations into a unified workflow.
Use this hosted mock server to simulate Enhanced Air Ticket 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 ticketing request payloads, EMD issuance logic, multi-ticket processing, and error handling for ticketing failures or validation issues before integrating with live Sabre fulfillment systems.
Enhanced Air Ticket
POST
{
"AirTicketRQ": {
"version": "1.3.0",
"DesignatePrinter": {
"Printers": {
"Hardcopy": {
"LNIATA": "ABCDEF"
},
"Ticket": {
"CountryCode": "AT"
}
}
},
"Itinerary": {
"ID": "OXRBAK"
},
"Ticketing": [
{
"FOP_Qualifiers": {
"BasicFOP": {
"CC_Info": {
"PaymentCard": {
"Code": "VI",
"ExpireDate": "2024-12",
"Number": 1234567890123456
}
}
}
},
"PricingQualifiers": {
"PriceQuote": [
{
"Record": [
{
"Number": 1
}
]
}
]
}
}
],
"PostProcessing": {
"EndTransaction": {
"Source": {
"ReceivedFrom": "API TEST"
}
}
}
}
}{
"AirTicketRS": {
"ApplicationResults": {
"status": "Complete",
"Success": [
{
"timeStamp": "2026-12-06T12:27:48.530Z"
}
]
},
"Summary": [
{
"DocumentNumber": "0019152055935",
"LocalIssueDateTime": "2026-12-06T12:27:00",
"DocumentType": "TKT",
"IssuingLocation": "61N1",
"Reservation": {
"content": "OXRBAK"
},
"FirstName": "JAMES",
"LastName": "SMITH",
"TotalAmount": {
"currencyCode": "GBP",
"decimalPlace": 2,
"content": "1328.70"
}
}
]
},
"Links": [
{
"rel": "self",
"href": "https://api.cert.platform.sabre.com/v1.3.0/air/ticket"
},
{
"rel": "linkTemplate",
"href": "https://api.cert.platform.sabre.com/<version>/air/ticket"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/enhanced-air-ticket/1.3.0
sabretravelticketingairemd