GET api/v2/Location/GetLocationHolidays?locationId={locationId}&startDate={startDate}&endDate={endDate}
Return the Holidays for the given between dates and
Request Information
URI Parameters
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.