POST api/GoGo/GetCBSTransactionDetailLogPage
获取CBS交易记录日志
Request Information
URI Parameters
None.
Body Parameters
CBSTransactionDetailLogQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| CBSTransactionDetailId |
交易明细id |
integer |
None. |
| PageSize | integer |
None. |
|
| Page | integer |
None. |
|
| limit | integer |
None. |
|
| OrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CBSTransactionDetailId": 1,
"PageSize": 1,
"Page": 1,
"limit": 1,
"OrderBy": "sample string 2"
}
Response Information
Resource Description
ResponseModelOfLayPageResultOfCBS_TransactionDetailLogPage| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | LayPageResultOfCBS_TransactionDetailLogPage |
None. |
|
| 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:
{
"Data": null,
"Status": "sample string 1",
"ErrorText": "sample string 2",
"Code": 3
}