{
"id": 123,
"amount": 123,
"startsOn": "2023-12-25",
"endsOn": "2023-12-25",
"comment": "First-half salary increase",
"natureId": 123,
"nature": {
"id": 123,
"name": "Basic salary",
"category": {
"id": 123,
"code": "BASIC_SALARY"
},
"establishments": [
{
"id": 123,
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
},
"workContractId": 123,
"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"
}
}A fixed remuneration item
Unique identifier of the fixed remuneration item
The amount of the fixed remuneration item. Depending on the nature of the fixed item, the amount can be either a quantity or a monetary value.
The first day on which the fixed remuneration item applies.
The last day on which the fixed remuneration item applies.
You can attach a comment to explain or justify the variable item
"First-half salary increase"
The nature id of the fixed remuneration item
The nature of the fixed remuneration item
Show child attributes
A fixed item must be linked to a work contract.
The work contract linked to the fixed item.
Show child attributes
Was this page helpful?