POST PaymentCollection/GetListV2?access_token={access_token}
请求参数
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
access_token | string |
Required |
Body 参数
GetPaymentCollectionListRP名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
applyNo | string |
无。 |
|
vipName | string |
无。 |
|
submitDate | DataRange |
无。 |
|
receiveDate | DataRange |
无。 |
|
applyerName | string |
无。 |
|
orderNo | string |
无。 |
|
ticketNo | string |
无。 |
|
applyStatus | integer |
无。 |
|
IsNeedAudit | integer |
无。 |
|
MinAmount | string |
无。 |
|
MaxAmount | string |
无。 |
|
pageIndex | integer |
无。 |
|
pageSize | integer |
无。 |
|
unitId | string |
无。 |
|
userId | string |
无。 |
请求格式
application/json, text/json
示例:
{ "applyNo": "sample string 1", "vipName": "sample string 2", "submitDate": { "startDate": "sample string 1", "endDate": "sample string 2" }, "receiveDate": { "startDate": "sample string 1", "endDate": "sample string 2" }, "applyerName": "sample string 3", "orderNo": "sample string 4", "ticketNo": "sample string 5", "applyStatus": 6, "IsNeedAudit": 7, "MinAmount": "sample string 8", "MaxAmount": "sample string 9", "pageIndex": 10, "pageSize": 11, "unitId": "sample string 12", "userId": "sample string 13" }
application/xml, text/xml
示例:
<GetPaymentCollectionListRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Order.Request"> <unitId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 12</unitId> <userId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 13</userId> <pageIndex xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">10</pageIndex> <pageSize xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">11</pageSize> <IsNeedAudit>7</IsNeedAudit> <MaxAmount>sample string 9</MaxAmount> <MinAmount>sample string 8</MinAmount> <applyNo>sample string 1</applyNo> <applyStatus>6</applyStatus> <applyerName>sample string 3</applyerName> <orderNo>sample string 4</orderNo> <receiveDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base"> <d2p1:endDate>sample string 2</d2p1:endDate> <d2p1:startDate>sample string 1</d2p1:startDate> </receiveDate> <submitDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base"> <d2p1:endDate>sample string 2</d2p1:endDate> <d2p1:startDate>sample string 1</d2p1:startDate> </submitDate> <ticketNo>sample string 5</ticketNo> <vipName>sample string 2</vipName> </GetPaymentCollectionListRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |