List of Bookings
The API is used to get the list of reservations depending on Booking / Creation Date.
Request to get the list of Bookings
Endpoint
POST
Works on booking creation date
System fetches bookings from system for 6 months in past
Date formate must be in, MM-DD-YYYY
Sample Request
The request body consists of a date_from / date_to. This is the booking creation date when the booking was created / received from OTA
Response
Success Response
The response body consists of a booking_id. This is Su booking id (channel booking id _ Su property id)
The response body consists of a Channel_code. It is a channel code of booking
The response body consists of a Booking_date. It is a creation booking date and time. Date is formatted in YYYY-MM-DD and Time is in GMT
Error Response
All the parameters of requests are required. If missed or passed unsupported values, system will throw an error in return
Last updated
Was this helpful?