POST api/pop/popAddSuit?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
补充信息补充适用性
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
app_key |
app_key |
string |
None. |
access_token |
access_token |
string |
None. |
timestamp |
timestamp |
string |
None. |
sign |
sign |
string |
None. |
Body Parameters
PopAddName | Description | Type | Additional information |
---|---|---|---|
bmno | integer |
None. |
|
stockid | integer |
None. |
|
text | string |
None. |
|
skus | string |
None. |
|
userId | integer |
None. |
|
dealerId | integer |
None. |
|
dealerName | string |
None. |
|
info | supplementSuitcarInfo |
None. |
|
list | Collection of supplementSuitcar |
None. |
Request Formats
application/json, text/json
Sample:
{ "bmno": 1, "stockid": 2, "text": "sample string 3", "skus": "sample string 4", "userId": 5, "dealerId": 6, "dealerName": "sample string 7", "info": { "_id": 6, "_bmno": 7, "_userid": 1, "_addtime": "2025-04-24T15:24:01.2217961+08:00", "_factoryid": 1, "_factoryname": "sample string 8", "_carmodelid": 1, "_carmodel": "sample string 9", "_partsyearid": 1, "_partsyear": "sample string 10", "_approver": "sample string 11", "_approvetime": "2025-04-24T15:24:01.2217961+08:00", "<Description>k__BackingField": "sample string 1", "<DealerId>k__BackingField": 2, "<DealerName>k__BackingField": "sample string 3", "<Status>k__BackingField": 4, "<ApproveNote>k__BackingField": "sample string 5" }, "list": [ { "_id": 4, "_bmno": 5, "_userid": 1, "_addtime": "2025-04-24T15:24:01.2217961+08:00", "_factoryid": 1, "_factoryname": "sample string 6", "_carmodelid": 1, "_carmodel": "sample string 7", "_partsyearid": 1, "_partsyear": "sample string 8", "_approver": "sample string 9", "_approvetime": "2025-04-24T15:24:01.2217961+08:00", "<DealerId>k__BackingField": 1, "<DealerName>k__BackingField": "sample string 2", "<Status>k__BackingField": 3 }, { "_id": 4, "_bmno": 5, "_userid": 1, "_addtime": "2025-04-24T15:24:01.2217961+08:00", "_factoryid": 1, "_factoryname": "sample string 6", "_carmodelid": 1, "_carmodel": "sample string 7", "_partsyearid": 1, "_partsyear": "sample string 8", "_approver": "sample string 9", "_approvetime": "2025-04-24T15:24:01.2217961+08:00", "<DealerId>k__BackingField": 1, "<DealerName>k__BackingField": "sample string 2", "<Status>k__BackingField": 3 } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |