POST AdvCampaign/JoinAdvCampaign
马上挑战
Request Information
URI Parameters
None.
Body Parameters
加入活动参数
JoinAdvCampPars| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
主键 |
integer |
None. |
| limit_id |
限制人数ID |
integer |
None. |
| camp_id |
活动ID |
integer |
None. |
| name |
姓名 |
string |
None. |
| province |
省市 |
string |
None. |
| city |
城市 |
string |
None. |
| area |
区域 |
string |
None. |
| organization |
机构名称 |
string |
None. |
| phone |
电话 |
string |
None. |
| address |
收货地址 |
string |
None. |
| apply_type |
审批状态 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"id": 1,
"limit_id": 2,
"camp_id": 3,
"name": "sample string 4",
"province": "sample string 5",
"city": "sample string 6",
"area": "sample string 7",
"organization": "sample string 8",
"phone": "sample string 9",
"address": "sample string 10",
"apply_type": 11
},
"msg": null
}
application/xml, text/xml
Sample:
<JoinAdvCampPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <address>sample string 10</address> <apply_type>11</apply_type> <area>sample string 7</area> <camp_id>3</camp_id> <city>sample string 6</city> <id>1</id> <limit_id>2</limit_id> <name>sample string 4</name> <organization>sample string 8</organization> <phone>sample string 9</phone> <province>sample string 5</province> </JoinAdvCampPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
马上挑战
stringResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": "sample string 1",
"msg": null
}
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>