POST api/CertCoach
Request Information
URI Parameters
None.
Body Parameters
CoachViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| coach_id | string |
None. |
|
| CoachName | string |
None. |
|
| RealName | string |
None. |
|
| Telephone | string |
None. |
|
| ID_card | string |
None. |
|
| BindStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"coach_id": "sample string 1",
"CoachName": "sample string 2",
"RealName": "sample string 3",
"Telephone": "sample string 4",
"ID_card": "sample string 5",
"BindStatus": 6
}
application/xml, text/xml
Sample:
<CoachViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CoachKing.Certificate.ViewModel"> <BindStatus>6</BindStatus> <CoachId>sample string 1</CoachId> <CoachName>sample string 2</CoachName> <IdCard>sample string 5</IdCard> <RealName>sample string 3</RealName> <Telephone>sample string 4</Telephone> </CoachViewModel>
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. |