GET FinancialYear/GetCurrent
Gets the current Financial Year.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns the current Financial Year.
Financial YearName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
YearStart | date |
None. |
|
YearEnd | date |
None. |
|
IsCurrentYear | bool |
None. |
|
Modified | nullable date |
Read Only / System Generated |
|
Created | date |
Read Only / System Generated |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "YearStart": "2024-11-15", "YearEnd": "2024-11-15", "IsCurrentYear": true, "Modified": "2024-11-15", "Created": "2024-11-15" }