CriteriaBookingDetailInput
CriteriaBookingDetailInput specifies identifiers for the target booking.
bookingIDbookingID (string)
Aggregator booking identifier.
clientReferenceclientReference (string)
Client reference used to correlate the booking externally.
providerReferenceproviderReference (string)
Provider booking reference, when available.
additionalParams object
Additional parameters forwarded to provider integrations.
property name*value (string)
CriteriaBookingDetailInput
{
"bookingID": "string",
"clientReference": "string",
"providerReference": "string",
"additionalParams": {}
}