v3
OpenAPI 3.1.02026-07-311255771.3 MBCustom Endpoints
Write Payroll Supplement
Write a payroll supplement to Silae using the supplement code.
<Note> This endpoint requires the permission **Manage payroll** to be enabled in [your scope config](/scopes). </Note>Example Request Body
{
"employee_id": "EvLV61zdahkN4ftPJbmPCkdv",
"supplement_code": "200",
"effective_date": "2024-01-14",
"element_amount": 6
}
post/custom/silae/employees/{employee_id}/payroll-supplements
Path parameters
employee_idstring required
ID of the employee that should be updated. You can use their Kombo id or their ID in the remote system by prefixing it with remote: (e.g., remote:12312)
ID of the employee that should be updated. You can use their Kombo id or their ID in the remote system by prefixing it with remote: (e.g., remote:12312)
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Request body
Response
POST /custom/silae/employees/:employee_id/payroll-supplements Positive response