GET
/
remuneration
/
api
/
fixed-natures
/
{id}
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": "€"
    }
  ]
}

Path Parameters

id
integer
required

The id of the nature

Response

200
application/json
OK

Fixed nature

id
integer

An unique identifier for the fixed nature

name
string

The display name

Required string length: 1 - 50
category
object | null

Fixed nature category

establishments
object[] | null

Establishments linked to the fixed nature