Sabre Flight GENDEC Update Mock Server
Update general declaration data for flights including crew, health, and aircraft registration details.
The Flight Gendec Update API allows airlines to manage and update general declaration (GENDEC) information for flights. This includes critical data points such as crew manifests, health/illness declarations, disinfection records, and aircraft registration details required for regulatory compliance.
Use this hosted mock server to simulate Sabre Flight GENDEC Update 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 GENDEC update payloads, verify field-level constraints for crew and aircraft data, test error handling for invalid flight identifiers, and simulate successful synchronization of regulatory flight documentation.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "ex dolore non irure sit" |
Authorization | "dolore" |
x-sabre-airline | "sunt ea ullamco deserunt aliquip" |
x-sabre-client-context | "fugiat" |
Application-ID | "dolor" |
Conversation-ID | "dolor Lorem" |
Message-ID | "pariatur" |
{
"aircraftInfo": {
"arrivalAirportCode": "IST",
"tailNumber": "TA7043"
},
"crewInfo": "PURSER DAVIS",
"disinfectInfo": "NONE",
"flightCriteria": {
"airlineCode": "LH",
"departureAirportCode": "MIA",
"departureDate": "2026-07-01",
"flightNumber": "9119"
},
"illnessInfo": "FLU"
}{
"errors": [
{
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Data not found",
"source": "CKI",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Data not found",
"source": "HOST",
"type": "Application"
},
{
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Authentication error",
"source": "PNR",
"type": "Validation"
},
{
"code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
"message": "Address Update Failed",
"source": "CKI",
"type": "Application"
},
{
"code": "ERR.001",
"message": "Address Update Failed",
"source": "PNR",
"type": "Validation"
}
],
"message": "Check-in data not found using provided criteria.",
"status": "Unknown",
"systemTrackingId": "f1393af7-a33f-4eb8-9f78-4557e07aa49d",
"timeStamp": "2026-06-16T00:00:00.0Z",
"warnings": [
{
"code": "WARN_001",
"element": "arrivalDate",
"message": "Request has missing mandatory fields.",
"source": "ANCS",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "countsPerCabinList",
"message": "Value out of range",
"source": "CKI",
"type": "BusinessLogic"
},
{
"code": "WARN_001",
"element": "countsPerCabinList",
"message": "Request has missing mandatory fields.",
"source": "ANCS",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "flightId",
"message": "Request has missing mandatory fields.",
"source": "PNR",
"type": "Validation"
},
{
"code": "WARN_001",
"element": "arrivalDate",
"message": "Value out of range",
"source": "PNR",
"type": "BusinessLogic"
}
]
}{
"errorCode": "500",
"message": "Check-in data not found using provided criteria.",
"status": "Complete",
"systemTrackingId": "a1398753-492c-406c-82d7-ac1c5dae9296",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}{
"diagnostics": {},
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Authentication data is missing",
"status": "Complete",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "BusinessLogic"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-gendec-update/v2
sabretravelaviationgendecflight-operations