GET
/api-v1/payroll/payroll-table/line-names/{calendarYear}/{organizationId}
curl \
--request GET 'https://wyzio.app/api-v1/payroll/payroll-table/line-names/{calendarYear}/{organizationId}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"number": 42,
"localizations": {
"id": 42,
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"payslipLineType": "EMPLOYEE_LINE",
"payslipLineSign": "INCOME",
"isShownOnSalarySlip": true,
"isAutomaticallyAdded": true,
"isLinkedToAccount": true,
"specialAttributionType": "BASE_SALARY",
"payslipEntityId": 42,
"systemLine": {
"id": 42,
"payslipLineType": "string",
"systemAdjustmentLineNumber": 42
},
"parentPayslipLines": [
42
],
"touched": true,
"shouldIncludeVat": true,
"isHourlyWageLine": true,
"description": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"lineName": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
}
}
]