cURL
curl --request GET \ --url https://{host}/remuneration/api/fixed-nature-categories \ --header 'Authorization: <authorization>'
[ { "id": 123, "code": "BASIC_SALARY" } ]
List fixed-nature categories.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
OK
The response is of type object[].
object[]
Was this page helpful?