v3

OpenAPI 3.1.02026-07-311255771.3 MB
Custom 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

supplement_codestring required

The ID code of the supplement that you want to add to Silae.

effective_datestring date-time required

Date from which the submitted supplement should be active.

element_amountnumber double

The amount of the supplement if it requires a number.

element_stringstring

The string of the supplement if it requires a string.

Response

POST /custom/silae/employees/:employee_id/payroll-supplements Positive response

status'success' required
dataobject required