v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
fixed-nature

Get a fixed nature

Retrieve a single fixed nature from its identifier

get/remuneration/api/fixed-natures/{id}

Response

OK

idinteger

An unique identifier for the fixed nature

namestring

The display name

Example response

{
  "name": "Basic salary",
  "category": {
    "code": "BASIC_SALARY"
  },
  "establishments": [
    {
      "name": "Lucca FR",
      "currencyCode": "EUR",
      "currencySymbol": "€"
    }
  ]
}