GET FinancialYear/Get/{id}

Gets a specific Financial Year based on the identifier sent through.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The ID of the Financial Year.

Body Parameters

None.

Response Information

Resource Description

The Financial Year based on the identifier.

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-25",
  "YearEnd": "2024-04-25",
  "IsCurrentYear": true,
  "Modified": "2024-04-25",
  "Created": "2024-04-25"
}