v1
latestOpenAPI 3.0.22026-07-13122949.2 KBPMS/CM endpoints
Capacities
This endpoint is deprecated is favor of more powerful /planning. No removal is currently planned. Any new implementations should use /planning.
Synchronizing available rooms Usage:
- called when new hotel is registered
- periodical synchronization of available space unless push endpoint is used
post/capacities
Request body
Response
Successful response
Example response
{
"capacities": [
{
"availableRooms": 5
}
]
}