Get details of cla salary configs

GET /api-v1/payslip/cla-lines

Headers

Query parameters

Responses

GET /api-v1/payslip/cla-lines
curl \
 -X GET http://wyzio.app/api-v1/payslip/cla-lines?countryId=42 \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "claContributionTableLines": {
    "key": []
  },
  "claSalaryTableLines": {
    "key": []
  }
}