Update shifts, validated by rules. Fails with a 409 if there are any blockers. Note: When adding breaks use v4 uuid.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

ADD object

``202 The updated shifts, plus any warnings that were generated in the process

``400 default error response

``409 A listing of warnings or blockers generated while evaluating the rules against the proposed changes

``500 default error response

Updated about 2 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request PATCH \
     --url https://services.fountain.com/api/serviceattendance/processes/shifts \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

application/json

202400409500

Updated about 2 months ago