POST api/Rooms/DeleteBed

Request Information

URI Parameters

None.

Body Parameters

DeleteBedRequest
NameDescriptionTypeAdditional information
bedroomBedID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bedroomBedID": 1
}

application/xml, text/xml

Sample:
<DeleteBedRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <bedroomBedID>1</bedroomBedID>
</DeleteBedRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.