POST api/offline/DiscountsPay/GetList
线下店铺优惠付款列表(还款记录列表)
Request Information
URI Parameters
None.
Body Parameters
ApiPageOfDiscountsPayListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| data | DiscountsPayListRequest |
None. |
|
| PageIndex |
页面起始项的索引,如{PageIndex=0,PageSize=10}:取0~9项(前十项);{PageIndex=10,PageSize=10}:取10~19项 |
integer |
None. |
| PageSize |
获取数量 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"CustomerId": 1,
"Status": 0
},
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<ApiPageOfDiscountsPayListRequestIoo5uFlX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Request">
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<data>
<CustomerId>1</CustomerId>
<Status>CheckPending</Status>
</data>
</ApiPageOfDiscountsPayListRequestIoo5uFlX>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponsePageOfListOfDiscountsPay| Name | Description | Type | Additional information |
|---|---|---|---|
| isLastPage | boolean |
None. |
|
| totalItem | integer |
None. |
|
| data | Collection of DiscountsPay |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.