POST api/topup/GetDisCountByReady
Request Information
URI Parameters
None.
Body Parameters
DisCountUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
|
| botId | string |
None. |
|
| cityId | integer |
None. |
|
| areaId | integer |
None. |
|
| buildingId | integer |
None. |
|
| floorNo | string |
None. |
|
| roomNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"botId": "sample string 2",
"cityId": 3,
"areaId": 4,
"buildingId": 5,
"floorNo": "sample string 6",
"roomNo": "sample string 7"
}
application/xml, text/xml
Sample:
<DisCountUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YuXun.WebAPI.Models"> <areaId>4</areaId> <botId>sample string 2</botId> <buildingId>5</buildingId> <cityId>3</cityId> <floorNo>sample string 6</floorNo> <roomNo>sample string 7</roomNo> <userId>sample string 1</userId> </DisCountUserModel>
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. |