POST api/inquiry/AuditPopOrder?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
AuditPopOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerId |
供货商id |
integer |
None. |
| PoNum |
备货单号 |
integer |
None. |
| IsDelivery |
是否送货 |
boolean |
None. |
| IsTax |
是否含税 |
boolean |
None. |
| IsPacking |
是否带包装 |
boolean |
None. |
| HasGoods |
是否备货完成 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DealerId": 1,
"PoNum": 2,
"IsDelivery": true,
"IsTax": true,
"IsPacking": true,
"HasGoods": true
}
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. |