POST api/Rooms/DeleteRoom
Request Information
URI Parameters
None.
Body Parameters
DeleteRoomRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| bedroomID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bedroomID": 1
}
application/xml, text/xml
Sample:
<DeleteRoomRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <bedroomID>1</bedroomID> </DeleteRoomRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.