Amadeus Reservations · Example Payload

Transfer Booking Extra Service Example

sample-value

BookingFlightsHotelsReservationsTravel

Transfer Booking Extra Service Example is an example object payload from Amadeus Reservations, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codeitemIddescriptionmetricTypemetricValuequotationconvertedisBookabletaxIncludedincludedInTotal

Example Payload

Raw ↑
{
  "code": "EWT",
  "itemId": "500123",
  "description": "sample-value",
  "metricType": "MINUTES",
  "metricValue": "sample-value",
  "quotation": "sample-value",
  "converted": "sample-value",
  "isBookable": true,
  "taxIncluded": false,
  "includedInTotal": true
}