fixed-nature
Get a fixed nature
Retrieve a single fixed nature from its identifier
get/remuneration/api/fixed-natures/{id}
Response
OK
Example response
{
"name": "Basic salary",
"category": {
"code": "BASIC_SALARY"
},
"establishments": [
{
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}