POST api/drink/UpdateRoomTypeByInstaller
Request Information
URI Parameters
None.
Body Parameters
UpdateRoomType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| CityId | integer |
None. |
|
| AreaId | integer |
None. |
|
| BuildingId | integer |
None. |
|
| FloorNo | string |
None. |
|
| RoomNo | string |
None. |
|
| RoomType | integer |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"CityId": 2,
"AreaId": 3,
"BuildingId": 4,
"FloorNo": "sample string 5",
"RoomNo": "sample string 6",
"RoomType": 7,
"Remark": "sample string 8"
}
application/xml, text/xml
Sample:
<UpdateRoomType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YuXun.WebAPI.Models"> <AreaId>3</AreaId> <BuildingId>4</BuildingId> <CityId>2</CityId> <FloorNo>sample string 5</FloorNo> <Remark>sample string 8</Remark> <RoomNo>sample string 6</RoomNo> <RoomType>7</RoomType> <UserId>sample string 1</UserId> </UpdateRoomType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |