Skip to main content

CriteriaBookingListDatesInput

CriteriaBookingListDatesInput defines a window to filter bookings.

dateTypedateType (string)

Date dimension used for the range filter.

Possible values: [BOOKING_LIST_CRITERIA_DATE_TYPE_BOOKING, BOOKING_LIST_CRITERIA_DATE_TYPE_ARRIVAL]

startstring<date-time>

Range start timestamp.

endstring<date-time>

Range end timestamp.

CriteriaBookingListDatesInput
{
"dateType": "BOOKING_LIST_CRITERIA_DATE_TYPE_BOOKING",
"start": "2024-07-29T15:51:28.071Z",
"end": "2024-07-29T15:51:28.071Z"
}