Unused Electronic Document Service Mock Server

Manage and retrieve unused electronic travel documents and ticket credits.

The Unused Electronic Document Service API allows developers to query and manage unused electronic documents within the Sabre ecosystem. It provides functionality to retrieve details about available ticket credits and unused document balances to support automated ticketing and refund workflows.

Use this hosted mock server to simulate Unused Electronic Document Service 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 unused document retrieval workflows, verify balance data structures, test error handling for invalid ticket numbers, and simulate the integration of unused document credits into booking or exchange payment flows.

Unused Electronic Document Service mock server is up and running!

Use this mock URL as the API base in your code to simulate Unused Electronic Document Service responses instantly.

https://sabre-unused-electronic-docs.mock.beeceptor.com



UnusedElectronicDocumentService

Header NameExample
Client-ID"consequat Ut sit"
{
  "distributionModel": "NDC",
  "agencyCustomerNumber": "DK5821482530",
  "documentTypeCode": "TKT"
}
{
  "id": "5720473f-1435-433e-8559-dd317dad6074",
  "timestamp": "2026-10-28T11:11:21.125Z",
  "documents": [
    {
      "reportedDate": "2026-07-20",
      "purgeDate": "2026-07-20",
      "unusedDocuments": [
        {
          "givenName": "JOHN MR",
          "surname": "DOE",
          "orderId": "ORDER-1",
          "documentNumber": "0819475814086",
          "agencyCustomerNumber": "DK5821482530",
          "issueDate": "2026-06-20",
          "documentTypeCode": "TKT"
        }
      ]
    }
  ],
  "metadata": {
    "totalItems": 1,
    "pseudoCityCode": "PCCX",
    "companyName": "TRAVEL AGENCY",
    "lastDisplayDate": "2026-07-20"
  }
}
sabretravelticketingfinancerest