post https://shyftplan.com/api/v1/employee_evaluations//accept
Accepts an employee evaluation for a StaffShift
Responses
Accepts an employee evaluation for a StaffShift
xxxxxxxxxx
curl --request POST \
--url https://shyftplan.com/api/v1/employee_evaluations/staff_shift_id/accept \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ignore_break_warning": false,
"ignore_conflicts": "false"
}
'
Try It!
to start a request and see the response here! Or choose an example: