v1
latestOpenAPI 3.0.22026-07-13122949.2 KBTermino endpoints
Capacities (push)
This endpoint is deprecated in favor of more powerful /planning-update. No removal is currently planned. Any new implementations should use /planning-update.
Synchronization of changed capacities
Usage:
- CM / PMS pushes capacity changes to Termino
post/capacities-update
Request body
Example request
{
"capacities": [
{
"availableRooms": 5
}
]
}Response
Successful response
Example response
{
"success": true
}