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