v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBBookkeepersManagement > Incidence
Updates an Incidence
Updates an Incidence
put/api/2026-07-01/resources/bookkeepers_management/incidences/{id}
Path parameters
idstring required
incidence (aka employee update) identifier to update.
Request body
Example request
{
"id": "1",
"status": "to-do",
"has_message": true,
"read_at": "2020-01-01",
"mark_as_read": true
}Response
OK
Example response
{
"id": "1",
"employee_id": "1",
"legal_entity_id": "1",
"name": "hiring",
"target_id": "1",
"target_type": "Timeoff::Leave",
"starts_on": "2020-01-01",
"ends_on": "2020-01-01",
"read_at": "2020-01-01",
"company_id": "1",
"message_from": "admin",
"has_message": true,
"is_reopened": true
}