PMS/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
}
]
}Changes
Changed in 3 of the 10 revisions of this API.6
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ○
api tag
PMS/CM endpointsaddedapi-tag-added
- ○
api tag
Pull endpointsremovedapi-tag-removed
- ○
- ○
api tag
Pull endpointsaddedapi-tag-added
- ○
api tag
PMS/CM endpointsremovedapi-tag-removed
- ○
endpoint reactivated
endpoint-reactivated
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○