Clone holiday rule settings

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

holidayRuleSettingUuid
uuid
required
UUID of the holiday rule setting to clone

locationUuid
uuid
Location UUID for the new settings

locationGroupUuid
uuid
Location group UUID for the new settings

`200 Successfully cloned holiday rule settings

`500 default error response

Updated 3 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request POST \
     --url https://services.fountain.com/api/serviceattendance/processes/holidayRuleSettings/holidayRuleSettingUuid/clone \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200500

Updated 3 months ago