CancelInput
CancelInput identifies the booking to cancel and any additional metadata.
bookingIDbookingID (string)
Booking identifier generated by the aggregator.
clientReferenceclientReference (string)
Client reference used to correlate the booking externally.
providerReferenceproviderReference (string)
Provider booking reference if already known.
additionalData object
Provider-specific parameters required to execute the cancellation.
property name*value (string)
CancelInput
{
"bookingID": "string",
"clientReference": "string",
"providerReference": "string",
"additionalData": {}
}