POST api/users/BindMobile
Request Information
URI Parameters
None.
Body Parameters
UserBindMobileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | string |
None. |
|
| botId | string |
None. |
|
| phone | string |
None. |
|
| validateCode | string |
None. |
|
| code | string |
None. |
|
| encryptedData | string |
None. |
|
| iv | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userID": "sample string 1",
"botId": "sample string 2",
"phone": "sample string 3",
"validateCode": "sample string 4",
"code": "sample string 5",
"encryptedData": "sample string 6",
"iv": "sample string 7"
}
application/xml, text/xml
Sample:
<UserBindMobileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YuXun.WebAPI.Models"> <botId>sample string 2</botId> <code>sample string 5</code> <encryptedData>sample string 6</encryptedData> <iv>sample string 7</iv> <phone>sample string 3</phone> <userID>sample string 1</userID> <validateCode>sample string 4</validateCode> </UserBindMobileModel>
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. |