ReleaseTemporaryHoldForHotelBookingInput
Defines the input for releasing a hold on a hotel booking.
input ReleaseTemporaryHoldForHotelBookingInput {
  contactId: ID!
  eventId: ID!
  roomTypeId: ID!
  temporaryHoldContextId: ID!
}
Fields
ReleaseTemporaryHoldForHotelBookingInput.contactId ● ID! non-null scalar
The identifier of the contact the hotel booking was held for.
ReleaseTemporaryHoldForHotelBookingInput.eventId ● ID! non-null scalar
The identifier of the event the hotel booking is associated with.
ReleaseTemporaryHoldForHotelBookingInput.roomTypeId ● ID! non-null scalar
The identifier of the room type to release the hold for.
ReleaseTemporaryHoldForHotelBookingInput.temporaryHoldContextId ● ID! non-null scalar
A user-defined context ID representing one or more temporary holds. This should be the same ID that was supplied when creating the hold.
Member Of
releaseTemporaryHoldForHotelBooking  mutation