BookingListCriteria
Set typeSearch to choose the mode. With BOOKING_LIST_CRITERIA_TYPE_DATES, send dates.
With BOOKING_LIST_CRITERIA_TYPE_REFERENCES, send references (one object per lookup).
typeSearchstring
Search mode
Possible values: [BOOKING_LIST_CRITERIA_TYPE_DATES, BOOKING_LIST_CRITERIA_TYPE_REFERENCES]
dates object
Date range for booking list
dateTypestring
ARRIVAL filters by stay/check-in window; BOOKING filters by booking creation time
Possible values: [BOOKING_LIST_CRITERIA_DATE_TYPE_BOOKING, BOOKING_LIST_CRITERIA_DATE_TYPE_ARRIVAL]
startstring<date-time>
Start date
endstring<date-time>
End date
references object[]
Reference-based lookup (booking id, client reference, supplier refs)
Array [
bookingIDstring
Bundleport booking id
clientReferencestring
Client-supplied reference from the book request
providerReferencestring
confirmationReferencestring
]
BookingListCriteria
{
"typeSearch": "BOOKING_LIST_CRITERIA_TYPE_DATES",
"dates": {
"dateType": "BOOKING_LIST_CRITERIA_DATE_TYPE_BOOKING",
"start": "2024-07-29T15:51:28.071Z",
"end": "2024-07-29T15:51:28.071Z"
},
"references": [
{
"bookingID": "string",
"clientReference": "string",
"providerReference": "string",
"confirmationReference": "string"
}
]
}