GET
/
remuneration
/
api
/
variable-natures
/
{id}
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/remuneration/api/variable-natures/{id}
{
  "id": 123,
  "name": "Annual bonus",
  "type": "Amount",
  "category": {
    "id": 123,
    "code": "BONUS"
  },
  "establishments": [
    {
      "id": 123,
      "name": "Lucca FR",
      "currencyCode": "EUR",
      "currencySymbol": "€"
    }
  ]
}

Path Parameters

id
integer
required

The id of the nature

Response

200
application/json
OK
id
integer

An unique identifier for the variable nature

name
string

The display name

Required string length: 1 - 50
type
enum<string>

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

Available options:
Amount,
Number
category
object | null

The category of the variable nature

establishments
object[]

Establishments linked to the variable nature