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 ModelName | 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": "2024-11-15", "ToDate": "2024-11-15", "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:
{}