Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request POST '/api/organizations//locations//schedules' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"start": "string",
"end": "string",
"locationId": "string",
"employeeId": "string",
"roleName": "string",
"timezone": "string",
"utcOffset": 0,
"colors": {
"draft": {
"background": "string",
"text": "string",
"borderColor": "string"
},
"background": "string",
"text": "string",
"borderColor": "string"
},
"breaks": [
"string"
],
"payrollId": "string"
}'
{}