GET Common/GetHistoryBalanceDetails?StartTime={StartTime}&EndTime={EndTime}&MtAccountId={MtAccountId}&PlatId={PlatId}&query={query}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| MtAccountId | string |
None. |
|
| PlatId | integer |
None. |
|
| query | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfInnerPagedListOfHistoryBalanceDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | InnerPagedListOfHistoryBalanceDetailDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {
"Page": 1,
"PageSize": 2,
"TotalCount": 3,
"Data": [
{
"ticket": "sample string 1",
"amount": 2.1,
"processDate": "2025-12-10 15:04:07",
"mtAccountId": "sample string 4",
"platId": 5
},
{
"ticket": "sample string 1",
"amount": 2.1,
"processDate": "2025-12-10 15:04:07",
"mtAccountId": "sample string 4",
"platId": 5
}
]
}
}