Amadeus · Example Payload

Transfer Book Corporation Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Transfer Book Corporation Example is an example object payload from Amadeus, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressinfo

Example Payload

Raw ↑
{
  "address": {
    "line": "string-value",
    "zip": "string-value",
    "countryCode": "FR",
    "cityName": "Paris",
    "stateCode": "string-value"
  },
  "info": {
    "AU": "Accounting Unit",
    "ON": "Order Number",
    "DC": "Department Code",
    "CC": "Company Code",
    "CN": "Company Name",
    "IA": "Internal Account",
    "CE": "Cost Centre",
    "EN": "Employee Number",
    "PN": "Project Number"
  }
}