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