patch https://shyftplan.com/api/v2/absence_reasons/
Update existing absence reason.
Responses
Update existing absence reason.
xxxxxxxxxx
14curl --request PATCH \
--url https://shyftplan.com/api/v2/absence_reasons/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"calculation_type": "standard",
"carry_over_days_enabled": false,
"is_absence_attachments_allowed": false,
"update_all_employment_time_accounts": false,
"permission_level": "all_users",
"employees_can_edit_days_and_hours": false
}
'
Try It!
to start a request and see the response here! Or choose an example: