POST TrialBalance/Export
Exports the Trial Balance based on the Trial Balance request model sent through.
Request Information
URI Parameters
None.
Body Parameters
The Trial Balance request model.
Trial Balance Request Model| Name | Type | Additional information | Description |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ShowMovement | bool |
None. |
|
| DisplayReportingGroupDetail | bool |
None. |
|
| Comparative | bool |
None. |
|
| CurrencyId | nullable integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2025-12-18",
"ToDate": "2025-12-18",
"ShowMovement": true,
"DisplayReportingGroupDetail": true,
"Comparative": true,
"CurrencyId": 1
}
Response Information
Resource Description
Returns the Trial Balance as an object.
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}