CheckBookingsByReferenceInput
Represents the input required for checking bookings by reference.
Properties
Name | Type | Description |
---|---|---|
Reference | Reference | Specifies the reference details for identifying the booking. |
Reference/ClientLocator | String | The booking locator provided by the client.This is typically used to match the booking in the client's internal systems. |
Reference/SupplierLocator | String | The booking locator provided by the supplier.This identifier is used to reference the booking in the supplier's system. |
Reference/HotelLocator | String | The booking locator specific to the hotel, provided by the supplier. (Optional)This may be required in cases where the hotel system uses its own unique identifiers. |
AccommodationRq | AccommodationRQ | Contains the accommodation request details for the booking check. |
AccommodationRq/Type | AccommodationType | Specifies the type of accommodation being requested, such as Hotel or Rental. |
AccommodationRq/Code | String | Represents a unique code identifying the accommodation in the request. |
Language | String | Specifies the language for the booking check. |
Currency | Currency | Specifies the currency for the booking check, if applicable. |