v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPayroll > Supplement
Updates a Supplement
Updates a Supplement unless it is an additional compensation supplement (In such case, you need to create a new one, then remove the old compensation supplement from the contract and add the newly created one to it).
put/api/2026-07-01/resources/payroll/supplements/{id}
Path parameters
idstring required
The supplement id
Request body
Example request
{
"id": "1",
"employee_id": "1",
"contracts_compensation_id": "1",
"contracts_taxonomy_id": "2",
"amount_in_cents": 50000,
"effective_on": "2024-01-01",
"unit": "money",
"payroll_policy_period_id": "1"
}Response
OK
Example response
{
"id": "1",
"employee_id": "1",
"company_id": "1",
"contracts_compensation_id": "1",
"contracts_taxonomy_id": "2",
"amount_in_cents": 50000,
"unit": "money",
"effective_on": "2024-01-01",
"created_at": "2024-01-01T12:00:00Z",
"updated_at": "2024-01-05T12:00:00Z",
"description": "Cantidad fija",
"payroll_policy_period_id": "1",
"employee_observations": [
"Worked extra shifts",
"Bonus for holiday work"
],
"raw_minutes_in_cents": 5000,
"minutes_in_cents": 4800,
"equivalent_minutes_in_cents": 4600,
"currency": "EUR",
"legal_entity_id": "1"
}