POST vipcenter/AddSendCount?access_token={access_token}
请求参数
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
access_token | string |
Required |
Body 参数
AddSendCountParam名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
OrderPackageId | string |
无。 |
|
SendDate | string |
无。 |
|
SendTime | string |
无。 |
|
SendTimeId | string |
无。 |
|
Reason | string |
无。 |
|
Remark | string |
无。 |
|
AdminUserId | string |
无。 |
请求格式
application/json, text/json
示例:
{ "OrderPackageId": "sample string 1", "SendDate": "sample string 2", "SendTime": "sample string 3", "SendTimeId": "sample string 4", "Reason": "sample string 5", "Remark": "sample string 6", "AdminUserId": "sample string 7" }
application/xml, text/xml
示例:
<AddSendCountParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Delivery"> <AdminUserId>sample string 7</AdminUserId> <OrderPackageId>sample string 1</OrderPackageId> <Reason>sample string 5</Reason> <Remark>sample string 6</Remark> <SendDate>sample string 2</SendDate> <SendTime>sample string 3</SendTime> <SendTimeId>sample string 4</SendTimeId> </AddSendCountParam>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |