Sabre VoidPnr API Virtual Sandbox
Void existing Passenger Name Records (PNR) within the Sabre system.
The VoidPnr API allows developers to programmatically void tickets or PNRs within the Sabre environment. This service is essential for managing booking cancellations and ensuring that financial transactions associated with a PNR are correctly nullified according to airline business rules.
Use this hosted sandbox to simulate Sabre VoidPnr API 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 booking lifecycle flows such as PNR voiding, ticket status updates, error handling for non-voidable bookings, and downstream fulfillment synchronization after a void request is processed.
VoidPnr
POST
{
"clientContext": {
"accountingCity": "ttB",
"accountingCode": "dM",
"countryCode": "PR",
"printerLniata": "2",
"pseudoCityCode": "gJp",
"stationNumber": "2"
},
"reloc": "XGTJHN"
}{
"cancelled": false,
"reloc": "RKXZNH",
"ticket": [
{
"message": "PREVIOUSLY VOIDED-1478",
"number": "4622124885385",
"result": "Voided"
}
]
}{
"details": {
"path": "/voidPnr"
},
"errorCode": "403 FORBIDDEN",
"message": "Invalid request parameters",
"timestamp": "Tue Jul 21 2026 12:11:38 GMT+0000 (Coordinated Universal Time)"
}{
"details": {
"path": "/voidPnr"
},
"errorCode": "422 UNPROCESSABLE ENTITY",
"message": "Access denied",
"timestamp": "Tue Jul 21 2026 14:03:10 GMT+0000 (Coordinated Universal Time)"
}Service Homepage: developer.sabre.com/rest-api/voidpnr-api/1.1.0
sabretravelpnrticketingrest