Get active holiday rules for specified locations within a date range

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

locationUuids

locationUuids*

startDate

endDate

Response Codes

200      Successfully fetched active holiday rules  
400      Bad request - invalid parameters  
401      Unauthorized - invalid or missing authentication  
500      Internal server error  

Example Request

xxxxxxxxxx

curl --request POST \
     --url https://services.fountain.com/api/serviceattendance/processes/holidayRules/getActiveHolidayRulesForLocations \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"locationUuids":[]}'

Click Try It!

To start a request and see the response here! Or choose an example:

Response Format:

200