Skip to main content

ReleaseTemporaryHoldForTravelBookingInput

Defines the input for releasing a hold on a travel booking.

input ReleaseTemporaryHoldForTravelBookingInput {
contactId: ID!
eventId: ID!
sectorId: ID!
temporaryHoldContextId: ID!
}

Fields

ReleaseTemporaryHoldForTravelBookingInput.contactId ● ID! non-null scalar

The identifier of the contact the travel booking was held for.

ReleaseTemporaryHoldForTravelBookingInput.eventId ● ID! non-null scalar

The identifier of the event the travel booking is associated with.

ReleaseTemporaryHoldForTravelBookingInput.sectorId ● ID! non-null scalar

The identifier of the sector to release the hold for.

ReleaseTemporaryHoldForTravelBookingInput.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

releaseTemporaryHoldForTravelBooking mutation