---
title: "BookkeepersManagement > Incidence > Updates"
method: POST
path: "Webhooks > BookkeepersManagement > Incidence > Updates"
tags: ["Webhooks"]
---

# BookkeepersManagement > Incidence > Updates

`POST Webhooks > BookkeepersManagement > Incidence > Updates` (webhook)

Subscription_type: `bookkeepers_management/incidence/update`

## Payload

- BookkeepersManagementIncidence
  - `id` string, required — identifier of the incidence (aka employee update).
  - `employee_id` string — identifier of employee related.
  - `legal_entity_id` string, required — identifier of legal entity related.
  - `name` string, required — name of the incidence (aka employee update). It also represent the incidence type. For example a new hire incidence will be
  - `custom_name` string
  - `target_id` string, required — The incidence (aka employee update) is also related to a another resource, for example for a leave target, the target identifier will be the leave id.
  - `target_type` string, required — The incidence (aka employee update) is also related to a another resource, for example a leave. This is the target type. The other types are Employee, Contracts::ContractVersion, BookkeepersManagement::ManualIncidence, Finance::CostCenterMembership.
  - `starts_on` string — The date the incidence (aka employee update) starts.
  - `ends_on` string — The date the incidence (aka employee update) end.
  - `read_at` string — The date the incidence (aka employee update) was read.
  - `status` string, required
  - `company_id` string, required — identifier of company related.
  - `message_from` string — Indicate the message sender on the incidence (aka employee update). It can be any of 'bookkeeper', 'admin'
  - `has_message` boolean — Boolean that indicates if the incidence (aka employee update) has unread messages.
  - `created_at` string, required — Date in which incidence (aka employee update) was created.
  - `is_reopened` boolean, required — Boolean that indicates if the incidence (aka employee update) has been reopened.
  - `legal_entity_name` string
  - `employee_first_name` string
  - `employee_last_name` string

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
