POST api/inquiry/ConfirmOrderFreight?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
SetOrderFreightModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderCode | integer |
None. |
|
| SubOrderCode | integer |
None. |
|
| Freight | decimal number |
None. |
|
| DealerId |
商家id |
integer |
None. |
| DealerName |
商家名称 |
string |
None. |
| PopUserName |
当前账号 |
string |
None. |
| SourcePlat |
来源平台 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderCode": 1,
"SubOrderCode": 2,
"Freight": 3.0,
"DealerId": 4,
"DealerName": "sample string 5",
"PopUserName": "sample string 6",
"SourcePlat": 7
}
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. |