Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request PATCH '/api/organizations//locations//open-shifts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "Cashier",
"startDate": "2024-04-01T09:00:00Z",
"endDate": "2024-04-01T17:00:00Z",
"breaks": "[{\"start\": \"2024-04-01T12:00:00Z\", \"end\": \"2024-04-01T13:00:00Z\"}]",
"staffCountRequired": 2,
"requireApproval": true,
"timezone": "America/New_York",
"utcOffset": "-5",
"roleId": "123e4567-e89b-12d3-a456-426614174000",
"staffCount": 2,
"requiresApproval": true
}'
{}