Sabre · Schema

ReShopRequest

TravelGDSAirlinesHotelsCar RentalBooking

Properties

Name Type Description
OTA_AirLowFareSearchRQ object
View JSON Schema on GitHub

JSON Schema

sabre-reshoprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReShopRequest",
  "title": "ReShopRequest",
  "type": "object",
  "required": [
    "OTA_AirLowFareSearchRQ"
  ],
  "properties": {
    "OTA_AirLowFareSearchRQ": {
      "type": "object",
      "properties": {
        "TPA_Extensions": {
          "type": "object",
          "properties": {
            "IntelliSellTransaction": {
              "type": "object",
              "properties": {
                "RequestType": {
                  "type": "object",
                  "properties": {
                    "Name": {
                      "type": "string",
                      "enum": [
                        "50ITINS"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}