postHousekeepingStatus

Switches the current date's housekeeping status for a specific room ID to either clean or dirty The housekeeping status is calculated basing on the set of fields roomOccupied | roomCondition | roomBlocked | vacantPickup | roomBlocked | refusedService The available statuses are: - Vacant and Dirty (VD): false | “dirty” | false | false | false | false - Occupied and Dirty (OD): true | “dirty” | false | false | false | false - Vacant and Clean (VC): false | “clean” | false | false | false | false - Occupied and Clean (OC): true | “clean” | false | false | false | false - Occupied and Clean Inspected (OCI): true | “inspected” | false | false | false | false - Vacant and Clean Inspected (VCI): false | “inspected” | false | false | false | false - Do Not Disturb (DND): if doNotDisturb is true - Refused Service (RS): if refusedService is true - Out of Order (OOO): if roomBlocked is true - Vacant and Pickup (VP): if vacantPickup is true

Form Data
string | null

Property ID

string

Room ID

string | null
enum

New room condition. If no optional parameters are sent, will switch from current room condition. "inspected" status is available only if the property has the feature enabled.

Allowed:
boolean | null

New "do not disturb" status

string | null

New room comments.

boolean | null

New "refused service" status

boolean | null

New "vacant_pickup" status

Response

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json