Skip to main content
POST
Imports or updates employee bonuses compatible with data import service

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

Employee bonuses to import or update

Minimum array length: 1
personalId
string
required

Personal identification number of the employee

Minimum string length: 1
percentage
number<double>
required

Employee bonus percentage (0.00 to 1.00)

startDate
string<date-time>
required

Date when the bonus becomes effective

endDate
string<date-time> | null

Optional end date for the bonus period

Response

OK

Last modified on August 10, 2026