POST Token/PromoteClient/Client_Insert/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
ClientIndertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientName | string |
None. |
|
| BirthDay | string |
None. |
|
| Sex | string |
None. |
|
| Mobile | string |
None. |
|
| ChannelID | integer |
None. |
|
| UserID | integer |
None. |
|
| TypeInfo | integer |
None. |
|
| Distance | decimal number |
None. |
|
| SchoolDistance | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientName": "sample string 1",
"BirthDay": "sample string 2",
"Sex": "sample string 3",
"Mobile": "sample string 4",
"ChannelID": 5,
"UserID": 6,
"TypeInfo": 7,
"Distance": 8.0,
"SchoolDistance": "sample string 9"
}
application/xml, text/xml
Sample:
<ClientIndertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EIP.ServiceProject.Areas.Abie_Promote.Models"> <BirthDay>sample string 2</BirthDay> <ChannelID>5</ChannelID> <ClientName>sample string 1</ClientName> <Distance>8</Distance> <Mobile>sample string 4</Mobile> <SchoolDistance>sample string 9</SchoolDistance> <Sex>sample string 3</Sex> <TypeInfo>7</TypeInfo> <UserID>6</UserID> </ClientIndertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.