GET api/BedCleaning/bed/{id}?roomID={roomID}

Validates that a bed number exists within a room

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The bed number within the room. This must be numeric only.

integer

Required

roomID

The ID of the room

integer

Required

Body Parameters

None.

Response Information

Resource Description

1 if found, 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>