Request
Path Parameters
string
required
The room number to update.
Response
Status Codes
200: Room updated successfully401: API key is required or invalid403: Hotel module is disabled or workspace access is denied
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return a hotel room to available
curl -X POST https://api.series.hr/hotel/set-free/204 \
-H "apikey: YOUR_API_KEY"
{
"success": true,
"data": {
"WorkspaceId": "a7d5339a-5531-4336-99c6-6f3249c9ac20",
"RoomNumber": "204",
"Action": "free",
"Room": {
"RoomNumber": "204",
"TypeId": "deluxe-suite",
"Floor": 2,
"Status": "available"
}
}
}
200: Room updated successfully401: API key is required or invalid403: Hotel module is disabled or workspace access is denied