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 Year| Name | 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": "2025-12-15",
"YearEnd": "2025-12-15",
"IsCurrentYear": true,
"Modified": "2025-12-15",
"Created": "2025-12-15"
}