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
-
API token (can be retrieved from account settings)
Path parameters
-
organizationId
GET /api-v1/organization/salary-codes/{organizationId}
curl \
-X GET http://10.10.10.132/api-v1/organization/salary-codes/{organizationId} \
-H "TARGET-ORGANIZATION-ID: 42" \
-H "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"
}
]
}
}