/booking - GetBookingIds (Filter by date)
GET {{host}}/booking?checkin=2022-01-01&checkout=2022-01-31
Requests all Booking IDs that are within the checkin AND checkout provided in the query string. You can also query by checking or checkout alone.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
checkin | string | ||
checkout | string |