GET api/entities/{id}/fiscalYearDateRange?year={year}

Return the Fiscal Year Dates Range for the entity with Id and year in parameters

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Entity Id

integer

Required

year

Fiscal Year

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

List of ListFundViewModel

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.