Get Rbd For Cabin Mock Server

Retrieve Reservation Booking Designators for specific airline cabins.

The Get Rbd For Cabin API provides the Reservation Booking Designator (RBD) mapping for a specified cabin class. This service allows developers to integrate cabin-specific fare logic and inventory mapping into their travel applications.

Use this hosted mock server to simulate Get Rbd For Cabin 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 cabin-to-RBD mapping logic, test fare class availability responses, and ensure your application correctly interprets cabin-specific inventory codes before integrating with live Sabre inventory systems.

Get Rbd For Cabin mock server is up and running!

Use this mock URL as the API base in your code to simulate Get Rbd For Cabin responses instantly.

https://sabre-rbd-cabin.mock.beeceptor.com



General

Header NameExample
Content-Type*"application/json"
{
  "debugMode": false,
  "segmentItems": {
    "segment": [
      {
        "atpcoCabins": {
          "cabin": [
            "R",
            "F",
            "J",
            "W"
          ]
        },
        "carrier": "EK",
        "departureDate": "2026-06-20",
        "destination": "SYD",
        "equipmentType": "737",
        "flightNumber": 3284,
        "id": 3176,
        "origin": "JFK",
        "processingDate": "2026-06-16T00:00:00.0Z"
      },
      {
        "atpcoCabins": {
          "cabin": [
            "R",
            "F",
            "J",
            "W"
          ]
        },
        "carrier": "SQ",
        "departureDate": "2026-06-24",
        "destination": "NRT",
        "equipmentType": "330",
        "flightNumber": 1862,
        "id": 9487,
        "origin": "DFW",
        "processingDate": "2026-06-16T00:00:00.0Z"
      },
      {
        "atpcoCabins": {
          "cabin": [
            "R",
            "F",
            "J",
            "W"
          ]
        },
        "carrier": "EK",
        "departureDate": "2026-07-13",
        "destination": "ICN",
        "equipmentType": "034",
        "flightNumber": 3221,
        "id": 6883,
        "origin": "SIN",
        "processingDate": "2026-06-16T00:00:00.0Z"
      },
      {
        "atpcoCabins": {
          "cabin": [
            "R",
            "F",
            "J",
            "W"
          ]
        },
        "carrier": "NH",
        "departureDate": "2026-06-18",
        "destination": "CDG",
        "equipmentType": "350",
        "flightNumber": 1298,
        "id": 6265,
        "origin": "DXB",
        "processingDate": "2026-06-16T00:00:00.0Z"
      }
    ]
  },
  "version": "1.0.0"
}
{
  "debugMode": false,
  "rbditems": {
    "rbd": [
      {
        "item": [
          {
            "atpcocabin": "C",
            "bookingCodes": {
              "code": [
                "J",
                "C",
                "D",
                "I",
                "Z"
              ]
            },
            "processingDate": "1937-03-01T08:39:07.0Z"
          },
          {
            "atpcocabin": "C",
            "bookingCodes": {
              "code": [
                "J",
                "C",
                "D",
                "I",
                "Z"
              ]
            },
            "processingDate": "1914-05-03T20:31:52.0Z"
          }
        ],
        "refId": 357182
      }
    ]
  },
  "status": "SUCCESS",
  "version": "1.0.0"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
sabretravelaviationinventoryrbd