CancelInput
Represents the input data required to process a hotel booking cancellation request. Validation for this request is performed by verifying the metadata information.
Properties
Name | Type | Description |
---|---|---|
AccessCode | String | Access code associated with the cancellation request. This property is deprecated and should not be used in new implementations. |
Language | String | Gets or sets the language code for the cancellation request. |
AccommodationRq | AccommodationRQ | Details of the accommodation associated with the cancellation request, such as the accommodation type and code. |
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. |
Reference | Reference | Reference information containing client, supplier, or hotel locators for the booking associated with the cancellation request. Validation of these locators is performed based on the metadata restriction information. |
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. |