POST api/GoGo/GetCBSTransactionDetailPage
获取分页列表
Request Information
URI Parameters
None.
Body Parameters
CBSTransactionDetailQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
指定Id查询 |
integer |
None. |
| ClaimStatus |
认领状态 |
integer |
None. |
| BankSerialNumber |
银行流水号 |
string |
None. |
| ClaimAdminName |
认领人 |
string |
None. |
| GroupNo |
包号 |
string |
None. |
| UserNo |
客编 |
string |
None. |
| PageSize | integer |
None. |
|
| Page | integer |
None. |
|
| limit | integer |
None. |
|
| OrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClaimStatus": 1,
"BankSerialNumber": "sample string 1",
"ClaimAdminName": "sample string 2",
"GroupNo": "sample string 3",
"UserNo": "sample string 4",
"PageSize": 1,
"Page": 1,
"limit": 1,
"OrderBy": "sample string 5"
}
Response Information
Resource Description
BaseResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status |
Request processing results ('ok' or 'error') |
string |
None. |
| ErrorText |
Error Description ( Empty when request processing successfully ) |
string |
None. |
| Code |
状态码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"ErrorText": "sample string 2",
"Code": 3
}