Amadeus Reservations · JSON Structure

Flight Create Orders Contact Purpose Structure

the purpose for which this contact is to be used. - STANDARD for standard use, comunication, advertissement etc... - INVOICE for your invoice contact, usually its your billing adress. it's mandatory in france when you buy online - STANDARD_WITHOUT_TRANSMISSION is standard contact that are not share with third party outside of Amadeus

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

ContactPurpose 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-contact-purpose-structure.json",
  "name": "ContactPurpose",
  "description": "the purpose for which this contact is to be used.\n - STANDARD for standard use, comunication, advertissement etc...\n - INVOICE for your invoice contact, usually its your billing adress. it's mandatory in france when you buy online\n - STANDARD_WITHOUT_TRANSMISSION is standard contact that are not share with third party outside of Amadeus",
  "type": "string",
  "enum": [
    "STANDARD",
    "INVOICE",
    "STANDARD_WITHOUT_TRANSMISSION"
  ]
}