POST api/XiuPeiTong/CheckIn?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
xiupeitong| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Company | string |
None. |
|
| Contact | string |
None. |
|
| Phone | string |
None. |
|
| CompanyType | string |
None. |
|
| ServiceType | string |
None. |
|
| ManageType | string |
None. |
|
| SendResult | integer |
None. |
|
| AddTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_id": 1,
"_company": "sample string 2",
"_contact": "sample string 3",
"_phone": "sample string 4",
"_companytype": "sample string 5",
"_servicetype": "sample string 6",
"_managetype": "sample string 7",
"_sendresult": 8,
"_addtime": "2025-12-14T20:13:31.0463957+08:00"
}
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. |