variable-item
Update a variable-item
Update a variable-item.
put/remuneration/api/variable-items/{id}
Request body
Example request
{
"comments": "For outstanding performance this quarter"
}Response
OK
Example response
{
"comments": "For outstanding performance this quarter",
"nature": {
"name": "Annual bonus",
"category": {
"code": "BONUS"
},
"establishments": [
{
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}
}