BookingReference
Booking identifiers (proto Reference)
bookingIDstring
Bundleport booking identifier; store for detail, list, and cancel
clientReferencestring
Your own reference echoed from the book request; use for idempotency
checks and support (e.g. list by clientReference).
providerReferencestring
Provider/supplier booking reference
confirmationReferencestring
Hotel confirmation at booking level when the provider sets it.
The aggregator forwards this field when present. Some providers still
leave it empty and only populate rooms[].confirmationReference —
prefer room-level when this is blank.
BookingReference
{
"bookingID": "string",
"clientReference": "string",
"providerReference": "string",
"confirmationReference": "string"
}