DELETE api/BedCleaning/bedcleaningrequest?spaceID={spaceID}&bedNumber={bedNumber}

Delete a bed cleaning Request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
spaceID

The ID of the room

integer

Required

bedNumber

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

integer

Required

Body Parameters

None.

Response Information

Resource Description

-2 if request cannot be found. -1 if unsuccessful. 1 if successful.

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>