---
title: "Payroll > Supplement > Updates"
method: POST
path: "Webhooks > Payroll > Supplement > Updates"
tags: ["Webhooks"]
---

# Payroll > Supplement > Updates

`POST Webhooks > Payroll > Supplement > Updates` (webhook)

Subscription_type: `payroll/supplement/update`

## Payload

- PayrollSupplement
  - `id` string, required — The identifier of the supplement
  - `employee_id` string, required — The identifier of the employee associated with the supplement
  - `company_id` string, required — The identifier of the company associated with the supplement
  - `contracts_compensation_id` string — The contract compensation identifier associated with the supplement
  - `contracts_taxonomy_id` string — The taxonomy identifier associated with the supplement
  - `amount_in_cents` integer — The amount of the supplement in cents
  - `unit` 'money' | 'units' | 'time', required — The unit of the supplement
  - `effective_on` string — The date on which the supplement becomes effective
  - `created_at` string — The created at date when the supplement was created
  - `updated_at` string — The last updated at date when the supplement was last updated
  - `description` string — The description of the supplement
  - `payroll_policy_period_id` string — The payroll policy period identifier associated with the supplement
  - `employee_observations` string[] — Observations on the employee made by the admin or manager
  - `raw_minutes_in_cents` integer — The raw value of minutes in cents associated with the supplement
  - `minutes_in_cents` integer — The value of minutes in cents after adjustments
  - `equivalent_minutes_in_cents` integer — The equivalent value of minutes in cents for payroll processing
  - `currency` string — The currency used for the supplement, typically in ISO 4217 format
  - `legal_entity_id` string — The legal entity identifier associated with the supplement

## 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)
