GET api/Servo/Rebate/GetMoney/Query/Request/NeedProcess/Query/WithPage?pageindex={pageindex}&pagesize={pagesize}
获取需要处理的返款账户余额请求清单(只会返回单号)。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageindex |
页序号(为空表示第一页)。 |
integer |
Default value is 1 |
pagesize |
页大小(为空为20)。 |
integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
获取需要处理的返款账户余额请求清单(只会返回单号)。
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfStringName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | SimplePageDataWithNoCountResultOfString |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "pageIndex": 1, "pageSize": 2, "hasMorePages": "sample string 3", "records": [ "sample string 1", "sample string 2" ] } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfstringrCdCJ3eC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag> <hasMorePages>sample string 3</hasMorePages> <pageIndex>1</pageIndex> <pageSize>2</pageSize> <records xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </records> </tag> </CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfstringrCdCJ3eC>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.