POST api/offline/DiscountsPay/GetRepaymentList
还款记录列表【只是线下的优惠还款和客户线下还款】
Request Information
URI Parameters
None.
Body Parameters
ApiPageOfRepaymentListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| data | RepaymentListRequest |
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,
"StartTime": "2025-12-26T20:17:43.1700143+08:00",
"EndTime": "2025-12-26T20:17:43.1700143+08:00",
"Keyword": "sample string 1"
},
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<ApiPageOfRepaymentListRequestIoo5uFlX 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>
<EndTime>2025-12-26T20:17:43.1700143+08:00</EndTime>
<Keyword>sample string 1</Keyword>
<StartTime>2025-12-26T20:17:43.1700143+08:00</StartTime>
<Status>CheckPending</Status>
</data>
</ApiPageOfRepaymentListRequestIoo5uFlX>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponsePageOfListOfRepaymentListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| isLastPage | boolean |
None. |
|
| totalItem | integer |
None. |
|
| data | Collection of RepaymentListResponse |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isLastPage": true,
"totalItem": 2,
"data": [
{
"Id": 1,
"OrderNo": "sample string 2",
"CustomerName": "sample string 3",
"CustomerPhone": "sample string 4",
"RepaymentMonry": 5.0,
"DiscountsMoney": 6.0,
"TotalMoney": 7.0,
"CustomerId": 8,
"Status": 0,
"CreateTIme": "2025-12-26T20:17:43.1700143+08:00",
"ShopId": 1,
"PayWay": 0,
"OldPayWay": 0,
"PayeeName": "sample string 9",
"PrintNumber": 10,
"Type": 0
},
{
"Id": 1,
"OrderNo": "sample string 2",
"CustomerName": "sample string 3",
"CustomerPhone": "sample string 4",
"RepaymentMonry": 5.0,
"DiscountsMoney": 6.0,
"TotalMoney": 7.0,
"CustomerId": 8,
"Status": 0,
"CreateTIme": "2025-12-26T20:17:43.1700143+08:00",
"ShopId": 1,
"PayWay": 0,
"OldPayWay": 0,
"PayeeName": "sample string 9",
"PrintNumber": 10,
"Type": 0
}
],
"errcode": "sample string 3",
"errmsg": "sample string 4"
}
application/xml, text/xml
Sample:
<ResponsePageOfArrayOfRepaymentListResponseUJ8Augit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 3</errcode>
<errmsg>sample string 4</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
<d2p1:RepaymentListResponse>
<d2p1:CreateTIme>2025-12-26T20:17:43.1700143+08:00</d2p1:CreateTIme>
<d2p1:CustomerId>8</d2p1:CustomerId>
<d2p1:CustomerName>sample string 3</d2p1:CustomerName>
<d2p1:CustomerPhone>sample string 4</d2p1:CustomerPhone>
<d2p1:DiscountsMoney>6</d2p1:DiscountsMoney>
<d2p1:Id>1</d2p1:Id>
<d2p1:OldPayWay>WxPay</d2p1:OldPayWay>
<d2p1:OrderNo>sample string 2</d2p1:OrderNo>
<d2p1:PayWay>WxPay</d2p1:PayWay>
<d2p1:PayeeName>sample string 9</d2p1:PayeeName>
<d2p1:PrintNumber>10</d2p1:PrintNumber>
<d2p1:RepaymentMonry>5</d2p1:RepaymentMonry>
<d2p1:ShopId>1</d2p1:ShopId>
<d2p1:Status>CheckPending</d2p1:Status>
<d2p1:TotalMoney>7</d2p1:TotalMoney>
<d2p1:Type>CustomerOffline</d2p1:Type>
</d2p1:RepaymentListResponse>
<d2p1:RepaymentListResponse>
<d2p1:CreateTIme>2025-12-26T20:17:43.1700143+08:00</d2p1:CreateTIme>
<d2p1:CustomerId>8</d2p1:CustomerId>
<d2p1:CustomerName>sample string 3</d2p1:CustomerName>
<d2p1:CustomerPhone>sample string 4</d2p1:CustomerPhone>
<d2p1:DiscountsMoney>6</d2p1:DiscountsMoney>
<d2p1:Id>1</d2p1:Id>
<d2p1:OldPayWay>WxPay</d2p1:OldPayWay>
<d2p1:OrderNo>sample string 2</d2p1:OrderNo>
<d2p1:PayWay>WxPay</d2p1:PayWay>
<d2p1:PayeeName>sample string 9</d2p1:PayeeName>
<d2p1:PrintNumber>10</d2p1:PrintNumber>
<d2p1:RepaymentMonry>5</d2p1:RepaymentMonry>
<d2p1:ShopId>1</d2p1:ShopId>
<d2p1:Status>CheckPending</d2p1:Status>
<d2p1:TotalMoney>7</d2p1:TotalMoney>
<d2p1:Type>CustomerOffline</d2p1:Type>
</d2p1:RepaymentListResponse>
</data>
<isLastPage>true</isLastPage>
<totalItem>2</totalItem>
</ResponsePageOfArrayOfRepaymentListResponseUJ8Augit>