Skip to main content
Set a room back to available and clear any occupant or reservation data.

Request

curl -X POST https://api.series.hr/hotel/set-free/204 \
  -H "apikey: YOUR_API_KEY"

Path Parameters

roomNumber
string
required
The room number to update.

Response

200
{
  "success": true,
  "data": {
    "WorkspaceId": "a7d5339a-5531-4336-99c6-6f3249c9ac20",
    "RoomNumber": "204",
    "Action": "free",
    "Room": {
      "RoomNumber": "204",
      "TypeId": "deluxe-suite",
      "Floor": 2,
      "Status": "available"
    }
  }
}

Status Codes

  • 200: Room updated successfully
  • 401: API key is required or invalid
  • 403: Hotel module is disabled or workspace access is denied