POST api/customer/share?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
分享信息
ShareModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BmNo |
北迈号 |
integer |
None. |
| OpenId |
OpenId |
string |
None. |
| DealerId |
供货商ID |
integer |
None. |
| UserId |
用户ID |
integer |
None. |
| SharePlat |
分享平台:0 无 1 微信朋友 2 微信朋友圈 3 QQ 4 微博 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BmNo": 1,
"OpenId": "sample string 2",
"DealerId": 3,
"UserId": 4,
"SharePlat": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
分享ID
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. |