Retrieve a single fixed nature from its identifier
curl --request GET \ --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/remuneration/api/fixed-natures/{id}
{ "id": 123, "name": "Basic salary", "category": { "id": 123, "code": "BASIC_SALARY" }, "establishments": [ { "id": 123, "name": "Lucca FR", "currencyCode": "EUR", "currencySymbol": "€" } ] }
The id of the nature
Fixed nature
An unique identifier for the fixed nature
The display name
1 - 50
"Basic salary"
Fixed nature category
Show child attributes
An unique identifier for the fixed nature category
An internal unique code identifying the category
"BASIC_SALARY"
Establishments linked to the fixed nature
An unique identifier for the establishment
"Lucca FR"
Currency code used in this establishment
"EUR"
Currency symbol used in this establishment
"€"
Was this page helpful?