BookingDetailRequest
BookingDetailRequest retrieves detailed information about a booking.
criteria object
Criteria that identify the booking record.
Aggregator booking identifier.
Client reference used to correlate the booking externally.
Provider booking reference, when available.
additionalParams object
Additional parameters forwarded to provider integrations.
settings object
Execution settings shared across aggregator requests.
Unique identifier used to correlate downstream provider calls and responses.
Provider access identifiers that the request should target.
pos object
Point of sale information for commercial routing.
Branch or office that originated the enquiry, when available.
When true, raw provider transactions are collected for auditing.
Maximum time in milliseconds allowed for the aggregator to respond.
Enables sandbox flows where providers expose dedicated mock behaviour.
Enables diagnostic payloads that surface debug data in responses.
Token that propagates caller authentication to downstream services.
{
"criteria": {
"bookingID": "string",
"clientReference": "string",
"providerReference": "string",
"additionalParams": {}
},
"settings": {
"requestId": "string",
"accessIds": [
"string"
],
"pos": {
"branchOffice": "string"
},
"auditTransactions": true,
"timeout": 0,
"testMode": true,
"debugData": true,
"token": "string"
}
}