POST api/zhanhui/CheckIn1?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
获取展会信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key | string |
None. |
|
| access_token | string |
None. |
|
| timestamp | string |
None. |
|
| sign | string |
None. |
|
| bm_param | string |
None. |
Body Parameters
zhanhui| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
展会Id |
string |
None. |
| Company |
公司名称 |
string |
None. |
| Name |
姓名 |
string |
None. |
| Phone |
手机号 |
string |
None. |
| Position |
职位 |
string |
None. |
| XingZhi |
企业性质,最多选3项,其他可自定义 |
string |
None. |
| RandomCode |
签到码 |
string |
None. |
| OtherDesc |
其他描述 |
string |
None. |
| From |
来源 1.线上报名 2.广东省汽车电子商务促进会 3.广东省汽车服务业促进会 4.广东省伊伟科汽车文化俱乐部 5.广东省汽车用品行业商会 6.广州市汽车零部件行业协会 7.益友(国际)汽配用品展贸中心 8.一马传媒 9.米鼠科技 |
integer |
None. |
| ZhanHuiInfoId |
展会对应的Id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Company": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"Position": "sample string 5",
"XingZhi": "sample string 6",
"RandomCode": "sample string 7",
"OtherDesc": "sample string 8",
"From": 9,
"ZhanHuiInfoId": 10
}
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. |