GET api/Location/GetLocationHolidays?locationId={locationId}&startDate={startDate}&endDate={endDate}

Return the Holidays for the given between dates and

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

Numeric locationID

integer

Required

startDate

yyyy-mm-dd start date

date

Required

endDate

yyyy-mm-dd end date

date

Required

Body Parameters

None.

Response Information

Resource Description

List of

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.