v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPayroll > Supplement
Reads a single Supplement
Reads a single Supplement
get/api/2026-07-01/resources/payroll/supplements/{id}
Path parameters
idstring required
ids
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"
}