Get salary codes for organizations
Returns salary codes, cla and region salary codes grouped by calendar year
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)
Path parameters
-
organizationId
integer Required organizationId
GET
/api-v1/organization/salary-codes/{organizationId}
curl \
--request GET 'http://wyzio.app/api-v1/organization/salary-codes/{organizationId}' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
{
"yearToClaSalaryCodes": {
"additionalProperty1": [
{
"balanceSheetAccountId": 42,
"calendarYear": 42,
"countryId": 42,
"id": 42,
"isLinkedToAccount": true,
"localizations": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"number": 42,
"organizationId": 42,
"payslipLineEntityId": 42,
"payslipLineType": "EMPLOYEE_LINE",
"payslipValueSplitType": "EMPLOYEE",
"plAdminsAccountId": 42,
"plOperationsAccountId": 42,
"regionId": 42,
"salaryCodeId": 42,
"specialAttributionType": "BASE_SALARY"
}
],
"additionalProperty2": [
{
"balanceSheetAccountId": 42,
"calendarYear": 42,
"countryId": 42,
"id": 42,
"isLinkedToAccount": true,
"localizations": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"number": 42,
"organizationId": 42,
"payslipLineEntityId": 42,
"payslipLineType": "EMPLOYEE_LINE",
"payslipValueSplitType": "EMPLOYEE",
"plAdminsAccountId": 42,
"plOperationsAccountId": 42,
"regionId": 42,
"salaryCodeId": 42,
"specialAttributionType": "BASE_SALARY"
}
]
},
"yearToRegionSalaryCodes": {
"additionalProperty1": [
{
"balanceSheetAccountId": 42,
"calendarYear": 42,
"countryId": 42,
"id": 42,
"isLinkedToAccount": true,
"localizations": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"number": 42,
"organizationId": 42,
"payslipLineEntityId": 42,
"payslipLineType": "EMPLOYEE_LINE",
"payslipValueSplitType": "EMPLOYEE",
"plAdminsAccountId": 42,
"plOperationsAccountId": 42,
"regionId": 42,
"salaryCodeId": 42,
"specialAttributionType": "BASE_SALARY"
}
],
"additionalProperty2": [
{
"balanceSheetAccountId": 42,
"calendarYear": 42,
"countryId": 42,
"id": 42,
"isLinkedToAccount": true,
"localizations": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"number": 42,
"organizationId": 42,
"payslipLineEntityId": 42,
"payslipLineType": "EMPLOYEE_LINE",
"payslipValueSplitType": "EMPLOYEE",
"plAdminsAccountId": 42,
"plOperationsAccountId": 42,
"regionId": 42,
"salaryCodeId": 42,
"specialAttributionType": "BASE_SALARY"
}
]
},
"yearToSalaryCodes": {
"additionalProperty1": [
{
"balanceSheetAccountId": 42,
"calendarYear": 42,
"countryId": 42,
"id": 42,
"isLinkedToAccount": true,
"localizations": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"number": 42,
"organizationId": 42,
"payslipLineEntityId": 42,
"payslipLineType": "EMPLOYEE_LINE",
"payslipValueSplitType": "EMPLOYEE",
"plAdminsAccountId": 42,
"plOperationsAccountId": 42,
"regionId": 42,
"salaryCodeId": 42,
"specialAttributionType": "BASE_SALARY"
}
],
"additionalProperty2": [
{
"balanceSheetAccountId": 42,
"calendarYear": 42,
"countryId": 42,
"id": 42,
"isLinkedToAccount": true,
"localizations": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"number": 42,
"organizationId": 42,
"payslipLineEntityId": 42,
"payslipLineType": "EMPLOYEE_LINE",
"payslipValueSplitType": "EMPLOYEE",
"plAdminsAccountId": 42,
"plOperationsAccountId": 42,
"regionId": 42,
"salaryCodeId": 42,
"specialAttributionType": "BASE_SALARY"
}
]
}
}