Reservation calls allow a third party application to create, modify, or cancel a housing reservations. These messages are based on the OpenTravel (OTA) standards and the order in which these messages are used must be followed. For example, you cannot use the create reservation call to modify an existing reservation. It is also important to note that once a reservation is canceled, it cannot be made active again (reinstated). Many of the required elements for reservation messages can be received from the response from an availability call.

Learn more about message samples.

Create Reservation

An external system can use this call to create a reservation in Cvent Passkey entirely from details in the request. Passkey will return the Passkey ack number in the response. This method of creating a reservation does not involve the Passkey booking site at all.

Get Reservation

The Get Reservation API call allows an external system to pull all information on a particular Reservation record. This requires the Passkey ack number in the request.

Modify Reservation

The Modify Reservation API call allows an external system to make changes to an existing reservation in Cvent Passkey. This includes Guest name and information, roomtype, staydates, or any other value. Please note that this is a full overlay call, any information not included in the request will be removed from the reservation. This requires the Passkey ack number in the request.

Cancel Reservation

The Cancel Reservation API call allows an external system to cancel an existing reservation within Cvent Passkey. This requires the Passkey ack number in the request. Please note that once a reservation is cancelled, it cannot be reinstated in any way.

Last updated on