post https://{hostname}/api/v1/scheduling/schedule/shifts
This operation creates a shift according to the parameters provided.
Responses
400Shift creation unsuccessful.
This operation creates a shift according to the parameters provided.
400Shift creation unsuccessful.
xxxxxxxxxx
curl --request POST \
--url https://hostname/api/v1/scheduling/schedule/shifts \
--header 'accept: application/json' \
--header 'content-type: application/json'