GET api/BedCleaning/room?ivrNumber={ivrNumber}&buildingID={buildingID}

Validate that a room belongs to a specific building

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ivrNumber

The room number. This is the string description, not the ID.

string

Required

buildingID

The ID of the building.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The ID of the room if present, 0 otherwise

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>