Changes

Jump to navigation Jump to search

API V2.0

614 bytes added, 07:00, 22 June 2023
==Can I use API V2 to send pictures or webhooks?==
Currently no, however these features are coming soon.
 
==How can I see if a date is available for check-in/out?==
The GET /inventory/rooms/availability returns information about if dates are available or not. If a date is false, it means it is not available for check-in. However, if the previous date is available, it means the date is available for check-out.
 
For example, with the following a booking cannot check-in on 2024-01-03 because that date is unavailable. However, because the previous date 2024-01-04 is available, it means 2024-01-03 is available for check-out.
"availability": {
"2024-01-01": true,
"2024-01-02": true,
"2024-01-03": false
}

Navigation menu