Delete one or more worker request rules
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
workerRequestRuleUuids
array of uuids
required
workerRequestRuleUuids* ADD uuid
requestType
string
enum
required
Type of worker request (dropShift, shiftClaim, timeOffRequest)
shiftClaimdropShifttimeOffRequestfindCoverage
Allowed:
shiftClaim``dropShift``timeOffRequest``findCoverage
ruleType
string
enum
required
Type of rule (autoApprove, autoReject)
autoApproveautoReject
Allowed:
autoApprove``autoReject
locationUuid
uuid
locationGroupUuid
uuid
``204
Successfully deleted worker request rules
Updated3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/serviceattendance/processes/workerRequestRules/deleteAndDisassociate \
--header 'content-type: application/json' \
--data '
{
"requestType": "shiftClaim",
"ruleType": "autoApprove"
}
'
Click Try It! to start a request and see the response here!
Updated3 months ago