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