Get details of cla salary configs
Headers
-
TARGET-ORGANIZATION-ID
integer(int32) ID of organization, for which the operation must be performed
-
WEAL-TOKEN
string Required API token (can be retrieved from account settings)
Query parameters
-
countryId
integer Required countryId
GET
/api-v1/payslip/cla-lines
curl \
--request GET 'http://wyzio.app/api-v1/payslip/cla-lines?countryId=42' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
{
"claContributionTableLines": {
"additionalProperty1": [
{
"calendarYear": 42,
"description": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"id": 42,
"isAutomaticallyAdded": true,
"isHourlyWageLine": true,
"number": 42,
"payslipEntityId": 42,
"systemLine": {
"id": 42,
"payslipLineType": "EMPLOYEE_LINE",
"systemAdjustmentLineNumber": 42
}
}
],
"additionalProperty2": [
{
"calendarYear": 42,
"description": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"id": 42,
"isAutomaticallyAdded": true,
"isHourlyWageLine": true,
"number": 42,
"payslipEntityId": 42,
"systemLine": {
"id": 42,
"payslipLineType": "EMPLOYEE_LINE",
"systemAdjustmentLineNumber": 42
}
}
]
},
"claSalaryTableLines": {
"additionalProperty1": [
{
"calendarYear": 42,
"description": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"id": 42,
"isAutomaticallyAdded": true,
"isHourlyWageLine": true,
"number": 42,
"payslipEntityId": 42,
"systemLine": {
"id": 42,
"payslipLineType": "EMPLOYEE_LINE",
"systemAdjustmentLineNumber": 42
}
}
],
"additionalProperty2": [
{
"calendarYear": 42,
"description": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"id": 42,
"isAutomaticallyAdded": true,
"isHourlyWageLine": true,
"number": 42,
"payslipEntityId": 42,
"systemLine": {
"id": 42,
"payslipLineType": "EMPLOYEE_LINE",
"systemAdjustmentLineNumber": 42
}
}
]
}
}