POST LifeHall/AllOrders
请求参数
URI 参数
无。
Body 参数
GetLifeHallOrderListRP| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| cabinetId | string |
无。 |
|
| vipId | string |
无。 |
|
| vipCode | string |
无。 |
|
| phone | string |
无。 |
|
| orderNo | string |
无。 |
|
| orderStatus | string |
无。 |
|
| payStatus | string |
无。 |
|
| pageIndex | integer |
无。 |
|
| pageSize | integer |
无。 |
请求格式
application/json, text/json
示例:
{
"cabinetId": "sample string 1",
"vipId": "sample string 2",
"vipCode": "sample string 3",
"phone": "sample string 4",
"orderNo": "sample string 5",
"orderStatus": "sample string 6",
"payStatus": "sample string 7",
"pageIndex": 8,
"pageSize": 9
}
application/xml, text/xml
示例:
<GetLifeHallOrderListRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Order.Request"> <pageIndex xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">8</pageIndex> <pageSize xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">9</pageSize> <cabinetId>sample string 1</cabinetId> <orderNo>sample string 5</orderNo> <orderStatus>sample string 6</orderStatus> <payStatus>sample string 7</payStatus> <phone>sample string 4</phone> <vipCode>sample string 3</vipCode> <vipId>sample string 2</vipId> </GetLifeHallOrderListRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Version | Version |
无。 |
|
| Content | HttpContent |
无。 |
|
| StatusCode | HttpStatusCode |
无。 |
|
| ReasonPhrase | string |
无。 |
|
| Headers | Object 集合 |
无。 |
|
| RequestMessage | HttpRequestMessage |
无。 |
|
| IsSuccessStatusCode | boolean |
无。 |