BookingListReferenceInput
BookingListReferenceInput contains identifiers for known bookings.
bookingIDbookingID (string)
Aggregator booking identifier.
clientReferenceclientReference (string)
Client reference provided at booking time.
providerReferenceproviderReference (string)
Provider booking reference.
confirmationReferenceconfirmationReference (string)
Confirmation reference provided to the traveller.
BookingListReferenceInput
{
"bookingID": "string",
"clientReference": "string",
"providerReference": "string",
"confirmationReference": "string"
}