POST MyPackageBox/GetResentBoxOrderid?access_token={access_token}
请求参数
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
access_token | string |
Required |
Body 参数
GetToDoBoxEntity名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
vipID | string |
无。 |
|
order_id | string |
无。 |
|
pageindex | integer |
无。 |
|
pagesize | integer |
无。 |
请求格式
application/json, text/json
示例:
{ "vipID": "sample string 1", "order_id": "sample string 2", "pageindex": 3, "pagesize": 4 }
application/xml, text/xml
示例:
<GetToDoBoxEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Package.Request"> <pageindex xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Package.Common">3</pageindex> <pagesize xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Package.Common">4</pagesize> <order_id>sample string 2</order_id> <vipID>sample string 1</vipID> </GetToDoBoxEntity>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |