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
NameTypeAdditional informationDescription
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-04-23T00:00:00+10:00",
  "YearEnd": "2024-04-23T00:00:00+10:00",
  "IsCurrentYear": true,
  "Modified": "2024-04-23T00:00:00+10:00",
  "Created": "2024-04-23T00:00:00+10:00"
}