POST api/ESC/activeMedal
Request Information
URI Parameters
None.
Body Parameters
urlPara| Name | Description | Type | Additional information |
|---|---|---|---|
| roleId | integer |
None. |
|
| openId | string |
None. |
|
| phone | string |
None. |
|
| questionId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"roleId": 1,
"openId": "sample string 2",
"phone": "sample string 3",
"questionId": 4
}
application/xml, text/xml
Sample:
<urlPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecModel"> <openId>sample string 2</openId> <phone>sample string 3</phone> <questionId>4</questionId> <roleId>1</roleId> </urlPara>
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. |