Amadeus Reservations · JSON Structure

Flight Create Orders Automated Process Code Structure

queuing action to be taken

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

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

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-automated-process-code-structure.json",
  "name": "AutomatedProcessCode",
  "description": "queuing action to be taken",
  "type": "string",
  "enum": [
    "IMMEDIATE",
    "DELAYED",
    "ERROR"
  ],
  "example": "IMMEDIATE"
}