curl --request GET \
--url https://{host}/remuneration/api/fixed-nature-categories \
--header 'Authorization: <authorization>'[
{
"id": 123,
"code": "BASIC_SALARY"
}
]List fixed-nature categories.
curl --request GET \
--url https://{host}/remuneration/api/fixed-nature-categories \
--header 'Authorization: <authorization>'[
{
"id": 123,
"code": "BASIC_SALARY"
}
]Was this page helpful?