v1

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

Get a variable nature

Retrieve a single variable nature from its identifier

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

Response

OK

idinteger

An unique identifier for the variable nature

namestring

The display name

type'Amount' | 'Number'

Is the nature of the remuneration an amount of money or a quantity?

Example response

{
  "name": "Annual bonus",
  "category": {
    "code": "BONUS"
  },
  "establishments": [
    {
      "name": "Lucca FR",
      "currencyCode": "EUR",
      "currencySymbol": "€"
    }
  ]
}