Amadeus Reservations · JSON Structure

Flight Create Orders Ticketing Agreement Structure

ticketing agreement

Type: object Properties: 4
BookingFlightsHotelsReservationsTravel

TicketingAgreement is a JSON Structure definition published by Amadeus Reservations, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

option delay dateTime segmentIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-ticketing-agreement-structure.json",
  "name": "TicketingAgreement",
  "description": "ticketing agreement",
  "type": "object",
  "properties": {
    "option": {
      "$ref": "#/definitions/TicketingAgreementOption"
    },
    "delay": {
      "description": "Delay before applying automatic process if no issuance in days",
      "type": "string"
    },
    "dateTime": {
      "description": "Exact date to apply automatic process if no issuance. YYYY-MM-DD format, e.g. 2019-06-07",
      "type": "string",
      "readOnly": true,
      "example": "2017-10-23"
    },
    "segmentIds": {
      "description": "Ids of the impacted segments",
      "type": "array",
      "readOnly": true,
      "items": {
        "type": "string"
      },
      "example": "1"
    }
  }
}