variable-item
Create a variable item
Create a new variable item attached to an employee work contract.
post/remuneration/api/variable-items
Request body
Example request
{
"comments": "For outstanding performance this quarter"
}Response
Created
Example response
{
"comments": "For outstanding performance this quarter",
"nature": {
"name": "Annual bonus",
"category": {
"code": "BONUS"
},
"establishments": [
{
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}
}