Skip to main content

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

NameTypeDescription
AccessCodeStringAccess code associated with the cancellation request. This property is deprecated and should not be used in new implementations.
LanguageStringGets or sets the language code for the cancellation request.
AccommodationRqAccommodationRQDetails of the accommodation associated with the cancellation request, such as the accommodation type and code.
AccommodationRq/TypeAccommodationTypeSpecifies the type of accommodation being requested, such as Hotel or Rental.
AccommodationRq/CodeStringRepresents a unique code identifying the accommodation in the request.
ReferenceReferenceReference 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/ClientLocatorStringThe booking locator provided by the client.This is typically used to match the booking in the client's internal systems.
Reference/SupplierLocatorStringThe booking locator provided by the supplier.This identifier is used to reference the booking in the supplier's system.
Reference/HotelLocatorStringThe 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.