curl --request GET \
--url https://{host}/remuneration/api/variable-items/{id} \
--header 'Authorization: <authorization>'{
"amount": 123,
"natureId": 123,
"workContractId": 123,
"amendmentId": 0,
"comments": "For outstanding performance this quarter",
"period": "2023-12-25",
"id": 123,
"nature": {
"id": 123,
"name": "Annual bonus",
"type": "Amount",
"category": {
"id": 123,
"code": "BONUS"
},
"establishments": [
{
"id": 123,
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
},
"workContract": {
"workContractId": 123,
"amendmentId": 123,
"ownerId": 123,
"owner": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"name": "<string>",
"displayName": "<string>"
},
"startsOn": "2023-12-25",
"endsOn": "2023-12-25"
},
"isDeleted": true
}Retrieve a single variable item by id.
curl --request GET \
--url https://{host}/remuneration/api/variable-items/{id} \
--header 'Authorization: <authorization>'{
"amount": 123,
"natureId": 123,
"workContractId": 123,
"amendmentId": 0,
"comments": "For outstanding performance this quarter",
"period": "2023-12-25",
"id": 123,
"nature": {
"id": 123,
"name": "Annual bonus",
"type": "Amount",
"category": {
"id": 123,
"code": "BONUS"
},
"establishments": [
{
"id": 123,
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
},
"workContract": {
"workContractId": 123,
"amendmentId": 123,
"ownerId": 123,
"owner": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"name": "<string>",
"displayName": "<string>"
},
"startsOn": "2023-12-25",
"endsOn": "2023-12-25"
},
"isDeleted": true
}API key. Value must be formatted like so: lucca application={api_key}.
Unique id of the variable item.
OK
The amount of the variable remuneration item. Depending on the nature of the variable item, the amount can be either a quantity or a monetary value.
The nature id of the variable remuneration item
A variable item must be linked to a work contract, or eventually the amendment of a work contract. This is the id of the work contract.
A variable item must be linked to a work contract, and optionally one of its amendments.\rAmendmentId "0" (zero) is to be interpreted as "null", i.e. no amendment. In this case, the variable-item is attached to the work-contract original version (unedited by any amendment).
You can attach a comment to explain or justify the variable
140"For outstanding performance this quarter"
A variable remuneration item is ponctual, and is linked to a specific period
Unique identifier of the variable remuneration item
The nature of the variable remuneration item
Show child attributes
The work contract linked to the variable item.
Show child attributes
Has the variable item been deleted?
Was this page helpful?