GET FinancialYear/Get
Gets a list of Financial Years.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of Financial Years.
This collection is wrapped in a paging response object.
Paging response of Financial YearName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Financial Year |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "ID": 1, "YearStart": "2024-11-15", "YearEnd": "2024-11-15", "IsCurrentYear": true, "Modified": "2024-11-15", "Created": "2024-11-15" }, { "ID": 1, "YearStart": "2024-11-15", "YearEnd": "2024-11-15", "IsCurrentYear": true, "Modified": "2024-11-15", "Created": "2024-11-15" } ] }