HotelCancelInput
Cancel criteria.
input HotelCancelInput {
  accessCode: String
  language: Language
  hotelCode: String
  reference: BookReferenceInput
  bookingID: String
}
Fields
HotelCancelInput.accessCode ● String scalar
The name of the access to use in the request.
HotelCancelInput.language ● Language scalar
The language code.
HotelCancelInput.hotelCode ● String scalar
The hotel code, which is only used if you try to cancel with reference.
HotelCancelInput.reference ● BookReferenceInput input
It contains reservation references. When using the reference object to cancel, hotelCode has to be send as well.
HotelCancelInput.bookingID ● String scalar
HotelX's booking reference. If you cancel with bookingID nor hotelCode norany other reference needs to be send.