companyUid required | string <uuid> |
employeeUid required | string <uuid> |
api-version | string |
using System; using System.Net.Http; using System.Threading.Tasks; public class Program { public static async Task Main(string[] args) { using (var client = new HttpClient()) { client.DefaultRequestHeaders.Add("Authorization", "Bearer <YOUR_TOKEN_HERE>"); var CompanyUid = "YOUR_companyUid_PARAMETER"; var EmployeeUid = "YOUR_employeeUid_PARAMETER"; var request = await client.GetAsync("https://signalr.zenegy.com/api/companies/" + CompanyUid + "/employees/" + EmployeeUid + "/payslips?api-version=string"); var response = await request.Content.ReadAsStringAsync(); Console.WriteLine(response); } } }
{- "totalRecords": 0,
- "totalDisplayRecords": 0,
- "data": [
- {
- "payrollNumber": 0,
- "forPayment": 0,
- "grossIncome": 0,
- "type": 0,
- "payslipCalculationStatus": 0,
- "payrollBase": {
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "dispositionDate": "2019-08-24T14:15:22Z",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
]
}
companyUid required | string <uuid> |
employeeUid required | string <uuid> |
api-version | string |
using System; using System.Net.Http; using System.Threading.Tasks; public class Program { public static async Task Main(string[] args) { using (var client = new HttpClient()) { client.DefaultRequestHeaders.Add("Authorization", "Bearer <YOUR_TOKEN_HERE>"); var CompanyUid = "YOUR_companyUid_PARAMETER"; var EmployeeUid = "YOUR_employeeUid_PARAMETER"; var request = await client.GetAsync("https://signalr.zenegy.com/api/companies/" + CompanyUid + "/employees/" + EmployeeUid + "/payslips/document?api-version=string"); var response = await request.Content.ReadAsStringAsync(); Console.WriteLine(response); } } }
{ }
companyUid required | string <uuid> |
employeeUid required | string <uuid> |
employeePayrollUid required | string <uuid> |
api-version | string |
using System; using System.Net.Http; using System.Threading.Tasks; public class Program { public static async Task Main(string[] args) { using (var client = new HttpClient()) { client.DefaultRequestHeaders.Add("Authorization", "Bearer <YOUR_TOKEN_HERE>"); var CompanyUid = "YOUR_companyUid_PARAMETER"; var EmployeeUid = "YOUR_employeeUid_PARAMETER"; var EmployeePayrollUid = "YOUR_employeePayrollUid_PARAMETER"; var request = await client.GetAsync("https://signalr.zenegy.com/api/companies/" + CompanyUid + "/employees/" + EmployeeUid + "/payslips/" + EmployeePayrollUid + "?api-version=string"); var response = await request.Content.ReadAsStringAsync(); Console.WriteLine(response); } } }
{- "payroll": {
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "dipositionDate": "2019-08-24T14:15:22Z",
- "status": 1,
- "payrollNumber": 0,
- "hasAmPension": true,
- "note": "string",
- "isDaysInAdvanceUseEnabled": true,
- "transferFifthHolidayWeek": true,
- "holidayHindrance": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employee": {
- "cpr": "string",
- "name": "string",
- "address": "string",
- "postalNumber": "string",
- "city": "string",
- "departmentName": "string",
- "employeeNumber": "string",
- "accNumber": "string",
- "regNumber": "string",
- "paymentNumber": "string",
- "swift": "string",
- "iban": "string",
- "language": "string",
- "isResignationProcessed": true,
- "extraHolidayEntitlementRule": "string",
- "startDateOfEmployment": "2019-08-24T14:15:22Z",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "company": {
- "name": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "cvr": "string",
- "reportLogoImage": "string",
- "isFlexEnabled": true,
- "hasBenefitPackage": true,
- "hasHolidayPayment": true,
- "hasBenefitPackageTwo": true,
- "isTrackingNegativeSalaryEnabled": true,
- "nemKontoPayment": "string",
- "isRetroEnabled": true,
- "isCompanyExtraHolidayEntitlementInHours": true,
- "isCompanyExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeePayroll": {
- "employeeFk": 0,
- "incomeType": 0,
- "taxPercentage": 0,
- "aIncome": 0,
- "aIncomeAfterTaxes": 0,
- "amContributionIncome": 0,
- "amContributionFreeIncome": 0,
- "amContributionFreeIncomeBase": 0,
- "atpContributions": 0,
- "atpContributionsEmployee": 0,
- "amContributionCalculated": 0,
- "amContributionCalculatedBase": 0,
- "atpOfSicknessAmount": 0,
- "forPayment": 0,
- "grossIncome": 0,
- "incomeTax": 0,
- "millageForPayment": 0,
- "millageForPaymentLowRate": 0,
- "monthlySalary": 0,
- "monthlySalaryBase": 0,
- "numberOfHours": 0,
- "numberOfHoursBase": 0,
- "numberOfHoursFixed": 0,
- "salaryMode": 0,
- "monthlySalaryHourlyBase": 0,
- "monthlySalaryFixedBase": 0,
- "totalMillage": 0,
- "totalMillageLowRate": 0,
- "taxCredit": 0,
- "taxCreditBase": 0,
- "privatePensionCalculated": 0,
- "companyPensionCalculated": 0,
- "benifitsSum": 0,
- "companyAmp": 0,
- "privateAmp": 0,
- "holidaySupplementValue": 0,
- "numberOfVacationDays": 0,
- "atpContributionsEmployeeBase": 0,
- "atpContributionsEmployeeSickleave": 0,
- "incomeTaxBase": 0,
- "unitPerKilometerHigh": 0,
- "millageHigh": 0,
- "millageForPaymentHigh": 0,
- "unitPerKilometer": 0,
- "millageLow": 0,
- "millageForPaymentLow": 0,
- "netHolidayPay": 0,
- "grosHolidayPay": 0,
- "usedGrosHolidayPay": 0,
- "holidayPayTaxCredit": 0,
- "holidayPayAmContributionCalculated": 0,
- "holidayPayTax": 0,
- "gDaysUsed": 0,
- "sickDaysUsed": 0,
- "daysOffUsed": 0,
- "careDaysUsed": 0,
- "numberOfUsedVacationDays": 0,
- "numberOfUsedVacationDaysPreviousYear": 0,
- "vacationSalaryDeductionAmount": 0,
- "lackNumberOfVacationDays": 0,
- "numberOfVacationDaysAfterMayCurrent": 0,
- "numberOfVacationDaysBeforeMayCurrent": 0,
- "numberOfVacationDaysAfterMayNext": 0,
- "numberOfFrozenVacationDays": 0,
- "holidaySupplementAfterMayNext": 0,
- "holidaySupplementAfterMayCurrent": 0,
- "holidaySupplementBeforeMayCurrent": 0,
- "numberOfVacationDaysUsedAfterMayCurrent": 0,
- "numberOfVacationDaysUsedBeforeMayCurrent": 0,
- "numberOfVacationDaysUsedAfterMayNext": 0,
- "numberOfVacationDaysEarnedAfterMayCurrent": 0,
- "numberOfVacationDaysEarnedBeforeMayCurrent": 0,
- "numberOfVacationDaysEarnedAfterMayNext": 0,
- "salaryType": 0,
- "vacationsLegitimateSalary": 0,
- "amContributionIncomeBase": 0,
- "krRate": 0,
- "atpUnits": 0,
- "holidaySupplementUsed": 0,
- "holidayPaymentAmountType": 0,
- "holidayPaymentUsed": 0,
- "holidayPaymentUsedYearBefore": 0,
- "holidayPaymentUsedBase": 0,
- "holidayPayment": 0,
- "holidayPaymentYearBefore": 0,
- "holidayPaymentCalculatedAmount": 0,
- "holidayPaymentAmount": 0,
- "holidayPaymentAmountYearToDate": 0,
- "benefitPackageAmountType": 0,
- "benefitPackageUsed": 0,
- "benefitPackageUsedBase": 0,
- "benefitPackageAmount": 0,
- "benefitPackageCalculatedAmount": 0,
- "benefitPackageTwoUsed": 0,
- "benefitPackageTwoUsedBase": 0,
- "benefitPackageTwoAmount": 0,
- "benefitPackageTwoCalculatedAmount": 0,
- "holidayPaymentToHolidayPayPayout": 0,
- "holidayPaymentToGrossPayout": 0,
- "pensionGross": 0,
- "amPensionGross": 0,
- "bIncomePayment": 0,
- "bIncomePaymentWithoutContribution": 0,
- "revenueType": 0,
- "numberOfWorkingDays": 0,
- "note": "string",
- "flexHours": 0,
- "flexHoursYearToDate": 0,
- "benefitPackageAbsenceHoursUsed": 0,
- "benefitPackageAbsenceAmountUsed": 0,
- "benefitPackageAbsenceDeducted": 0,
- "additionalContributionAmPension": 0,
- "currentVacationYear": 0,
- "vacationYearBefore": 0,
- "twoVacationYearsBefore": 0,
- "holidayPayReceiverType": 0,
- "benefitPackageFrozenPeriodCalculatedAmount": 0,
- "holidayPayGrossFrozenPeriod": 0,
- "anniversaryAndRedundancyAmount": 0,
- "monthlySalaryProrated": 0,
- "timeInLieuHoursCalculated": 0,
- "timeInLieuAmountCalculated": 0,
- "timeInLieuHoursUsed": 0,
- "timeInLieuAmountUsed": 0,
- "timeInLieuAmountPayout": 0,
- "monthlySalaryFixedProrated": 0,
- "numberOfHoursBaseProrated": 0,
- "numberOfHoursFixedProrated": 0,
- "benefitChristmasGiftsCalculatedAmount": 0,
- "benefitChristmasGiftsYearToDateAmount": 0,
- "benefitChristmasGiftsCurrentAmount": 0,
- "otherBenefitCalculatedAmount": 0,
- "otherBenefitYearToDateAmount": 0,
- "otherBenefitCurrentAmount": 0,
- "transferredNegativeSaldo": 0,
- "hasSHPayout": true,
- "travelAllowanceWithoutPayment": 0,
- "insuranceContribution": 0,
- "sicknessBenefit": 0,
- "horestaSupplement": 0,
- "horestaSupplementCalculation": 0,
- "horestaSupplementDeduction": 0,
- "daysOfVacationAtOwnExpense": 0,
- "vacationAtOwnExpenseDeduction": 0,
- "companyPensionsSum": 0,
- "employeePensionsSum": 0,
- "companyPensionsSumAm": 0,
- "employeePensionsSumAm": 0,
- "maxNumberOfVacationDaysInAdvance": 0,
- "numberOfVacationDaysInAdvanceLeft": 0,
- "holidaySupplementPerDayCurrentYear": 0,
- "holidaySupplementPerDayLastYear": 0,
- "holidaySupplementUsedPerDayCurrentYear": 0,
- "holidaySupplementUsedPerDayLastYear": 0,
- "numberOfUsedVacationDaysCurrentPeriod": 0,
- "sicknessInHours": 0,
- "holidayPaymentGrossAmount": 0,
- "holidayPaymentAmContributionAmount": 0,
- "holidayPaymentTaxAmount": 0,
- "holidayPaymentNetAmount": 0,
- "holidayPaymentNettoSaldo": 0,
- "holidayPaymentNettoUsed": 0,
- "holidayPaymentNettoSupplement": 0,
- "transferOfHolidayDays": 0,
- "fifthHolidayWeekHolidayPayGrossToPayout": 0,
- "fifthHolidayWeekDaysToPayout": 0,
- "usedHolidayTransferredDays": 0,
- "holidaySupplementFifthHolidayWeekSaldoYearToDate": 0,
- "transferOfHinderanceHolidayDays": 0,
- "usedHindranceHolidayTransferredDays": 0,
- "hindranceHolidayDaysUsedPerPeriodValueCurrentPeriod": 0,
- "standardRateFixed": 0,
- "hindranceHolidayDaysUsedPerPeriod": {
- "valueCurrentPeriod": 0,
- "valuePreviousPeriod": 0,
- "valueTwoPeriodsBefore": 0,
- "valueThreePeriodsBefore": 0
}, - "fifthHolidayWeekHolidayDaysUsedPerPeriod": {
- "valueCurrentPeriod": 0,
- "valuePreviousPeriod": 0,
- "valueTwoPeriodsBefore": 0,
- "valueThreePeriodsBefore": 0
}, - "paycheckPayoutSavingsSum": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeeYearlyStatistic": {
- "andrePersonalegoderMedBundgranse": 0,
- "andrePersonalegoderUdenBundgranse": 0,
- "friBil": 0,
- "friKostOgLogi": 0,
- "friHelarsbolig": 0,
- "friSommerbolig": 0,
- "friLystbad": 0,
- "friMedieRadiolicens": 0,
- "friTelefon": 0,
- "frikortTilOffentligBefordring": 0,
- "sundhedsforsikring": 0,
- "privatePensionCalculated": 0,
- "companyPensionCalculated": 0,
- "companyAmp": 0,
- "privateAmp": 0,
- "atpOfSicknessAmount": 0,
- "holidayPaymentEarned": 0,
- "benefitPackage": 0,
- "benefitPackageEarned": 0,
- "benefitPackageUsed": 0,
- "benefitPackageTwo": 0,
- "benefitPackageTwoEarned": 0,
- "benefitPackageTwoUsed": 0,
- "groupLife": 0,
- "bIncomePayment": 0,
- "bIncomePaymentWithoutContribution": 0,
- "holidayPaymentUsed": 0,
- "holidayPaymentToGrossPayout": 0,
- "holidayPaymentToHolidayPayPayout": 0,
- "timeInLieuHoursSaldo": 0,
- "timeInLieuHoursEarnedYearToDate": 0,
- "timeInLieuHoursEarned": 0,
- "timeInLieuHoursUsed": 0,
- "timeInLieuAmountSaldo": 0,
- "timeInLieuAmountEarnedYearToDate": 0,
- "timeInLieuAmountEarned": 0,
- "timeInLieuAmountUsed": 0,
- "numberOfWorkingDays": 0,
- "additionalContributionAmPension": 0,
- "healthInsuranceNoAmPension": 0,
- "healthInsuranceNoAmPensionNoVacationEntitledMoney": 0,
- "notCoveredByTriviality": 0,
- "anniversaryBonusSaldo": 0,
- "severanceSaldo": 0,
- "holidayAtOwnExpenseDays": 0,
- "holidayAtOwnExpenseAmount": 0,
- "sicknessInHours": 0,
- "holidayPaymentNetAmount": 0,
- "transferredDaysFifthHolidayWeekPeriodsTotal": 0,
- "transferredDaysUsedFifthHolidayWeekPeriodsTotal": 0,
- "holidayHindranceTransferredDaysFifthHolidayWeekTotal": 0,
- "holidayHindranceUsedDaysFifthHolidayWeekTotal": 0,
- "grossIncome": 0,
- "atpContributionsEmployee": 0,
- "amContributionIncome": 0,
- "amContributionFreeIncome": 0,
- "amContributionFreeIncomeBase": 0,
- "amContributionCalculated": 0,
- "aIncome": 0,
- "incomeTax": 0,
- "atpContributions": 0,
- "aIncomeAfterTaxes": 0,
- "millageForPayment": 0,
- "millageForPaymentLowRate": 0,
- "totalMillage": 0,
- "totalMillageLowRate": 0,
- "forPayment": 0,
- "holidaySupplementValue": 0,
- "holidaySupplementEarnedYearToDate": 0,
- "taxCredit": 0,
- "monthlySalary": 0,
- "numberOfHours": 0,
- "holidayPayGross": 0,
- "holidayPayGrossYearBefore": 0,
- "holidayPayGrossUsed": 0,
- "holidayPayGrossUsedYearBefore": 0,
- "holidayPayGrossUsedYearToDate": 0,
- "holidayPayGrossUsedFromYearBefore": 0,
- "holidayPayGrossSaldo": 0,
- "holidayPayNet": 0,
- "numberOfVacationDays": 0,
- "numberOfUsedVacationDays": 0,
- "sickDaysUsed": 0,
- "careDaysEarned": 0,
- "careDaysUsed": 0,
- "careDaysLeft": 0,
- "daysOffEarned": 0,
- "daysOffUsed": 0,
- "daysOffLeft": 0,
- "gDaysUsed": 0,
- "vacationsLegitimateSalary": 0,
- "flexHours": 0,
- "holidayPaymentUsedBase": 0,
- "holidayPaymentAmountYearBefore": 0,
- "holidayPaymentUsedYearBefore": 0,
- "holidayPaymentAmountYearToDate": 0,
- "holidayPayment": 0,
- "travelAllowanceWithoutPayment": 0,
- "holidayPayGrossUsedForSpentDays": 0,
- "extraPayrollRun": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeePayrolPension": [
- {
- "referencePoliceNumber": "string",
- "dispositionDate": "2019-08-24T14:15:22Z",
- "accountNumber": "string",
- "registerNumber": "string",
- "pbsNumber": "string",
- "infoType": 0,
- "type": 1,
- "taxPensionAmount": true,
- "unionCode": "string",
- "coverageBaseSalary": 0,
- "insuranceAmount": 0,
- "groupLifeAgreementNumber": "string",
- "calculateFromAmPension": true,
- "privatePension": 0,
- "companyPension": 0,
- "privatePensionCalculated": 0,
- "companyPensionCalculated": 0,
- "valueType": 0,
- "name": "string",
- "resourceName": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrolBenefit": [
- {
- "pricePerMonth": 0,
- "benefitName": "string",
- "isProrated": true,
- "proratedPricePerMonth": 0,
- "pbsNumber": "string",
- "companyContribution": 0,
- "name": "string",
- "type": 0,
- "resource": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrollCompanyCarBenefits": [
- {
- "environmentalSupplementPerMonth": 0,
- "ownPaymentPerMonth": 0,
- "electricOrPlugInHybridAmount": 0,
- "totalCarValuePerMonth": 0,
- "pricePerMonth": 0,
- "benefitName": "string",
- "isProrated": true,
- "proratedPricePerMonth": 0,
- "pbsNumber": "string",
- "companyContribution": 0,
- "name": "string",
- "type": 0,
- "resource": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrolPaycheck": [
- {
- "payCheckFor": 0,
- "name": "string",
- "unit": 0,
- "paymentPerUnit": 0,
- "rate": {
- "hasOverride": true,
- "accountType": 0,
- "accountNumber": "string",
- "accountText": "string",
- "wageCode": "string",
- "creditAccountNumber": "string",
- "regNumber": "string",
- "kontoNumber": "string",
- "isDeleted": true,
- "isProratedRate": true,
- "includeInPensionBase": true,
- "includeInAmPensionBase": true,
- "isIncludedInHolidayEntitlementSalary": true,
- "useSupplementRates": true,
- "useHourRates": true,
- "composedRates": "string",
- "calculateOnPercentage": true,
- "percentage": 0,
- "percentageInfoText": "string",
- "calculateOnGrossSalary": true,
- "isFromTemplate": true,
- "number": "string",
- "type": 0,
- "limitedToEmployee": true,
- "isBenefitPackageTwoEnabled": true,
- "overrideRate": true,
- "hours": 0,
- "overrideName": true,
- "employees": [
- "00000000-0000-0000-0000-000000000000"
], - "departments": [
- "00000000-0000-0000-0000-000000000000"
], - "rate": 0,
- "name": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "regNumber": "string",
- "kontoNumber": "string",
- "isProrated": true,
- "proratedAmount": 0,
- "costCenterCode": "string",
- "costCenterName": "string",
- "countrySpecificDto": {
- "countryUid": "00000000-0000-0000-0000-000000000000",
- "countryName": "string",
- "countryCode": "string",
- "countryId": "string",
- "countryTaxPercentage": 0,
- "countryTaxableIncome": true
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "shouldTriggerRetro": true,
- "includeInPensionBase": true,
- "includeInAmPensionBase": true,
- "isIncludedInHolidayEntitlementSalary": true,
- "createdOn": "2019-08-24T14:15:22Z",
- "department": {
- "isDeleteAllowed": true,
- "responsiblePersons": [
- {
- "incomeType": 0,
- "holidayPayReceiverType": 0,
- "extraHolidayEntitlementRule": "string",
- "name": "string",
- "employeeNumber": "string",
- "extraEmployeeNumber": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "companyWorkSchemas": [
- {
- "name": "string",
- "workingHoursPerDay": 0,
- "canBeDeleted": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "name": "string",
- "number": "string",
- "hasWorkSchema": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "costCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "profitCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "percentageInfoText": "string",
- "calculatedAmount": 0,
- "hours": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrollExtraHoursPayment": [
- {
- "companyExtraHourPaymentRateFk": 0,
- "name": "string",
- "rate": 0,
- "paymentPerRate": 0,
- "companyExtraHourPaymentRate": {
- "name": "string",
- "number": "string",
- "excludeHours": true,
- "isBenefitsPackageTwoEnabled": true,
- "timeInLieuEnabled": true,
- "ratio": 0,
- "isStandard": true,
- "hourRateExtras": [
- {
- "uid": "00000000-0000-0000-0000-000000000000",
- "name": "string",
- "extraHourRateDataType": "string",
- "amountType": "string",
- "amount": 0,
- "hasOverride": true,
- "accountNumber": "string",
- "creditAccountNumber": "string",
- "wageCode": "string",
- "accountText": "string"
}
], - "isIncludeInStandardRateDataPresent": true,
- "calculateFromRate": { },
- "calculateFromRatePercentage": 0,
- "overrideRateName": true,
- "bookingGroupUids": "string",
- "hasBookingGroupOverride": true,
- "isSicknessInHoursEnabled": true,
- "isExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "extraHoursPaymentData": [
- {
- "type": "string",
- "value": { }
}
], - "isIncludeInStandardRateDataPresent": true,
- "includeInStandardRateExtraHourDataValue": {
- "name": "string",
- "amount": 0,
- "amountType": "string",
- "standardRate": 0,
- "calculatedAmount": 0,
- "additionalAmountPerRate": 0
}, - "createdOn": "2019-08-24T14:15:22Z",
- "department": {
- "isDeleteAllowed": true,
- "responsiblePersons": [
- {
- "incomeType": 0,
- "holidayPayReceiverType": 0,
- "extraHolidayEntitlementRule": "string",
- "name": "string",
- "employeeNumber": "string",
- "extraEmployeeNumber": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "companyWorkSchemas": [
- {
- "name": "string",
- "workingHoursPerDay": 0,
- "canBeDeleted": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "name": "string",
- "number": "string",
- "hasWorkSchema": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "costCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "profitCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "calculatedPaymentPerRate": 0,
- "paymentAmount": 0,
- "calculatedPaymentAmount": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "corrections": {
- "aTaxDeductionDaysUnits": 0,
- "atpUnits": 0,
- "atpAmount": 0,
- "atpOfSicknessAmount": 0,
- "aTaxAmount": 0,
- "aTaxContributionAmount": 0,
- "salaryDeductionAmount": 0,
- "aTaxHolidayPayAmount": 0,
- "negativeSalarySaldo": 0,
- "flexHours": 0,
- "earnedVacationDayUnitsCurrentYear": 0,
- "earnedVacationDayUnitsYearBefore": 0,
- "earnedVacationDayUnitsTwoYearsBefore": 0,
- "earnedVacationDayUnitsFrozen": 0,
- "usedVacationDayUnitsCurrentYear": 0,
- "usedVacationDayUnitsYearBefore": 0,
- "usedVacationDayUnitsTwoYearsBefore": 0,
- "usedVacationDayUnitsFrozen": 0,
- "earnedHolidaySupplementAmountCurrentYear": 0,
- "earnedHolidaySupplementAmountYearBefore": 0,
- "earnedHolidaySupplementAmountTwoYearsBefore": 0,
- "usedHolidaySupplementAmountCurrentYear": 0,
- "usedHolidaySupplementAmountYearBefore": 0,
- "usedHolidaySupplementAmountTwoYearsBefore": 0,
- "earnedVacationsLegitimateSalaryAmountCurrentYear": 0,
- "earnedVacationsLegitimateSalaryAmountFrozen": 0,
- "earnedHolidayPayGrossAmountCurrentYear": 0,
- "earnedHolidayPayGrossAmountYearBefore": 0,
- "earnedHolidayPayGrossAmountTwoYearsBefore": 0,
- "earnedHolidayPayGrossAmountFrozen": 0,
- "usedHolidayPayGrossAmountCurrentYear": 0,
- "usedHolidayPayGrossAmountTwoYearsBefore": 0,
- "usedHolidayPayGrossAmountYearBefore": 0,
- "usedHolidayPayGrossAmountFrozen": 0,
- "earnedHolidayPayNetAmountCurrentYear": 0,
- "earnedHolidayPayNetAmountYearBefore": 0,
- "earnedHolidayPayNetAmountTwoYearsBefore": 0,
- "earnedHolidayPayNetAmounFrozen": 0,
- "usedHolidayPayNetAmountYearBefore": 0,
- "usedHolidayPayNetAmountTwoYearsBefore": 0,
- "usedHolidayPayNetAmountFrozen": 0,
- "usedHolidayPayNetCurentYear": 0,
- "earnedBenefitPackageCurrentYear": 0,
- "benefitPackageSaldo": 0,
- "earnedBenefitPackageTwoCurrentYear": 0,
- "benefitPackageTwoSaldo": 0,
- "earnedHolidayPaymentCurrentYear": 0,
- "usedHolidayPaymentCurrentYear": 0,
- "taxCardPercentage": 0,
- "earnedFreeVacationDaysThreeYearsBefore": 0,
- "earnedFreeVacationDaysTwoYearsBefore": 0,
- "earnedFreeVacationDaysYearBefore": 0,
- "earnedFreeVacationDaysCurrentYear": 0,
- "usedFreeVacationDaysThreeYearsBefore": 0,
- "usedFreeVacationDaysTwoYearsBefore": 0,
- "usedFreeVacationDaysYearBefore": 0,
- "usedFreeVacationDaysCurrentYear": 0,
- "earnedCareDaysThreeYearsBefore": 0,
- "earnedCareDaysTwoYearsBefore": 0,
- "earnedCareDaysYearBefore": 0,
- "earnedCareDaysCurrentYear": 0,
- "usedCareDaysThreeYearsBefore": 0,
- "usedCareDaysTwoYearsBefore": 0,
- "usedCareDaysYearBefore": 0,
- "usedCareDaysCurrentYear": 0,
- "earnedTimeInLieuHours": 0,
- "earnedTimeInLieuAmount": 0,
- "daysOfVacationAtOwnExpenseCurrentYear": 0,
- "daysOfVacationAtOwnExpenseYearBefore": 0,
- "daysOfVacationAtOwnExpenseTwoYearsBefore": 0,
- "baseSalaryReduction": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "resignation": {
- "dateOfResignation": "2019-08-24T14:15:22Z",
- "vacationsLegitimateSalaryCurrentYear": 0,
- "vacationsLegitimateSalaryYearBefore": 0,
- "vacationsLegitimateSalaryFrozen": 0,
- "vacationsLegitimateSalaryTwoYearsBefore": 0,
- "numberOfVacationDaysRemainingBeforeTwoYears": 0,
- "numberOfVacationDaysRemainingBeforeYear": 0,
- "numberOfVacationDaysRemainingCurrentYear": 0,
- "numberOfVacationDaysRemainingFrozen": 0,
- "numberOfVacationDaysEarnedBeforeTwoYears": 0,
- "numberOfVacationDaysEarnedBeforeYear": 0,
- "numberOfVacationDaysEarnedCurrentYear": 0,
- "numberOfVacationDaysEarnedFrozen": 0,
- "holidayPayGrossBeforeTwoYears": 0,
- "holidayPayGrossBeforeYear": 0,
- "holidayPayGrossCurrentYear": 0,
- "holidayPayGrossFrozen": 0,
- "holidayPayAmContribCalculBeforeTwoYears": 0,
- "holidayPayAmContribCalculBeforeYear": 0,
- "holidayPayAmContribCalculCurrentYear": 0,
- "holidayPayAmContribCalculFrozen": 0,
- "holidayPayTaxBeforeTwoYears": 0,
- "holidayPayTaxBeforeYear": 0,
- "holidayPayTaxCurrentYear": 0,
- "holidayPayTaxFrozen": 0,
- "holidayPayNetBeforeTwoYears": 0,
- "holidayPayNetBeforeYear": 0,
- "holidayPayNetCurrentYear": 0,
- "holidayPayNetFrozen": 0,
- "vacationsLegitimateSalaryThreeYearsBefore": 0,
- "numberOfVacationDaysRemainingBeforeThreeYears": 0,
- "numberOfVacationDaysEarnedBeforeThreeYears": 0,
- "holidayPayGrossBeforeThreeYears": 0,
- "holidayPayAmContribCalculBeforeThreeYears": 0,
- "holidayPayTaxBeforeThreeYears": 0,
- "holidayPayNetBeforeThreeYears": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeePayrollHourRegistration": [
- {
- "calculatedRate": 0,
- "calculatedPaymentAmount": 0,
- "companyExtraHourPaymentRate": {
- "paymentPerRate": 0,
- "isDisabled": true,
- "limitEmployeeAccess": true,
- "overrideRate": true,
- "name": "string",
- "number": "string",
- "excludeHours": true,
- "isBenefitsPackageTwoEnabled": true,
- "timeInLieuEnabled": true,
- "ratio": 0,
- "isStandard": true,
- "hourRateExtras": [
- {
- "uid": "00000000-0000-0000-0000-000000000000",
- "name": "string",
- "extraHourRateDataType": "string",
- "amountType": "string",
- "amount": 0,
- "hasOverride": true,
- "accountNumber": "string",
- "creditAccountNumber": "string",
- "wageCode": "string",
- "accountText": "string"
}
], - "isIncludeInStandardRateDataPresent": true,
- "calculateFromRate": {
- "name": "string",
- "number": "string",
- "excludeHours": true,
- "isBenefitsPackageTwoEnabled": true,
- "timeInLieuEnabled": true,
- "ratio": 0,
- "isStandard": true,
- "hourRateExtras": [
- {
- "uid": "00000000-0000-0000-0000-000000000000",
- "name": "string",
- "extraHourRateDataType": "string",
- "amountType": "string",
- "amount": 0,
- "hasOverride": true,
- "accountNumber": "string",
- "creditAccountNumber": "string",
- "wageCode": "string",
- "accountText": "string"
}
], - "isIncludeInStandardRateDataPresent": true,
- "calculateFromRate": { },
- "calculateFromRatePercentage": 0,
- "overrideRateName": true,
- "bookingGroupUids": "string",
- "hasBookingGroupOverride": true,
- "isSicknessInHoursEnabled": true,
- "isExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "calculateFromRatePercentage": 0,
- "overrideRateName": true,
- "bookingGroupUids": "string",
- "hasBookingGroupOverride": true,
- "isSicknessInHoursEnabled": true,
- "isExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "countrySpecificDto": {
- "countryUid": "00000000-0000-0000-0000-000000000000",
- "countryName": "string",
- "countryCode": "string",
- "countryId": "string",
- "countryTaxPercentage": 0,
- "countryTaxableIncome": true
}, - "datesOfRegistration": [
- "2019-08-24T14:15:22Z"
], - "shouldTriggerRetro": true,
- "dateOfRegistration": "2019-08-24T14:15:22Z",
- "extraRegistrationData": [
- {
- "type": "string",
- "value": { }
}
], - "isIncludeInStandardRateDataPresent": true,
- "includeInStandardRateExtraHourDataValue": {
- "name": "string",
- "amount": 0,
- "amountType": "string",
- "standardRate": 0,
- "calculatedAmount": 0,
- "additionalAmountPerRate": 0
}, - "name": "string",
- "paymentAmount": 0,
- "rate": 0,
- "calculatedHours": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "amPension": {
- "pension": {
- "name": "string",
- "resourceName": "string",
- "pbsNumber": "string",
- "type": 1,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "companyCalculatedAmount": 0,
- "employeeCalculatedAmount": 0,
- "benefitPackageToPensionCalculatedAmount": 0,
- "dispositionDate": "2019-08-24T14:15:22Z",
- "additionalContributionCalculatedAmount": 0,
- "companyAmount": 0,
- "employeeAmount": 0,
- "amountType": 0,
- "unionCode": "string",
- "benefitPackageToPensionPercentage": 0,
- "groupLifeAmount": 0,
- "isGroupLifeAmountTaxable": true,
- "isGroupLifeAmountInclusivePensionContribution": true,
- "additionalContributionAmountType": 0,
- "additionalContributionAmount": 0,
- "employeeWageCode": "string",
- "companyWageCode": "string",
- "insuranceAmount": 0,
- "insuranceUnionCode": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "anniversaryBonusSaldo": 0,
- "severanceSaldo": 0,
- "employeePayrollCountrySpecifics": [
- {
- "companyCountry": {
- "name": "string",
- "code": "string",
- "countryId": "string",
- "taxPercentage": 0,
- "isPredefined": true,
- "countryWageTypes": [
- {
- "companyWageType": "string",
- "wageCodeDescription": "string",
- "wageCode": "string",
- "wageCodeResult": "string",
- "hasOverride": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "atpEmployeeBaseProrated": 0,
- "atpEmployeeProrated": 0,
- "atpCompanyBaseProrated": 0,
- "atpCompanyProrated": 0,
- "pensionBase": 0,
- "pensionBaseRegistrationNonTaxable": 0,
- "dkPensionCompany": 0,
- "dkPensionEmployee": 0,
- "pensionEmployeeNonTaxable": 0,
- "pensionCompanyNonTaxable": 0,
- "amIncomeBaseNonTaxable": 0,
- "amContribution": 0,
- "salaryNonTaxable": 0,
- "holidayEntitledSalaryNonTaxable": 0,
- "grossHolidayPayNonTaxable": 0,
- "numberOfDaysInPayrollPeriod": 0,
- "workDaysAbroad": 0,
- "workDaysInDk": 0,
- "dkNormalSalary": 0,
- "valueOfDayAbroad": 0,
- "monthlySalaryAborad": 0,
- "fixedHours": 0,
- "dkCalculatedSalary": 0,
- "taxPercentage": 0,
- "pension53CompanyNonTaxable": 0,
- "diemNonTaxable": 0,
- "mileageNonTaxable": 0,
- "amContributionTaxable": 0,
- "taxContributionTaxable": 0,
- "pensionBaseRegistrationTaxable": 0,
- "pensionEmployeeTaxable": 0,
- "pensionCompanyTaxable": 0,
- "amIncomeBaseTaxable": 0,
- "salaryTaxable": 0,
- "holidayEntitledSalaryTaxable": 0,
- "grossHolidayPayTaxable": 0,
- "pension53CompanyTaxable": 0,
- "pensionEmployeePercentage": 0,
- "pensionCompanyPercentage": 0,
- "freeChoicePercentage": 0,
- "freeChoiceSavingsNonTaxable": 0,
- "freeChoiceSavingsTaxable": 0,
- "countryName": "string",
- "countryCode": "string",
- "countryId": "string",
- "taxSpecificCalculations": [
- {
- "workDaysRegistration": 0,
- "taxPercentage": 0,
- "amContributionTaxable": 0,
- "amIncomeBaseTaxable": 0,
- "taxContributionTaxable": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "retroPayrollDeltas": [
- {
- "period": "2019-08-24T14:15:22Z",
- "payrollId": 0,
- "periodId": 0,
- "payrollEmployeeId": 0,
- "grossIncome": 0,
- "pensionGross": 0,
- "amPensionGross": 0,
- "amPensionCompanyContributionAmount": 0,
- "amPensionEmployeeContributionAmount": 0,
- "amPensionAdditionalContributionAmount": 0,
- "amPensionCompanyCalculatedAmount": 0,
- "amPensionEmployeeCalculatedAmount": 0,
- "amPensionAdditionalContributionCalculatedAmount": 0,
- "pensionsEmployeeCalculatedAmount": 0,
- "pensionsCompanyCalculatedAmount": 0,
- "pensionsEmployeeCalculatedAmountTaxed": 0,
- "pensionsCompanyCalculatedAmountTaxed": 0,
- "maternityAmount": 0,
- "atpContributionEmployee": 0,
- "atpContributionsEmployeeSickleave": 0,
- "atpContribution": 0,
- "atpUnits": 0,
- "hourRegistrationHoursWithAtp": 0,
- "hourRegistrationHoursWithoutAtp": 0,
- "taxPercentage": 0,
- "aIncome": 0,
- "amContributionIncomeBase": 0,
- "amContributionIncome": 0,
- "amContributionFreeIncomeBase": 0,
- "amContributionFreeIncome": 0,
- "amContributionCalculatedBase": 0,
- "amContributionCalculated": 0,
- "incomeTax": 0,
- "aIncomeAfterTaxes": 0,
- "vacationLegitimateSalary": 0,
- "holidaySavedRate": 0,
- "holidayPayGross": 0,
- "holidayPayAmContributionCalculated": 0,
- "holidayPayTax": 0,
- "holidayPayNet": 0,
- "resignedHolidayPayAmContributionCalculated": 0,
- "resignedHolidayPayTax": 0,
- "resignedHolidayPayNet": 0,
- "timeInLieuHoursUsed": 0,
- "timeInLieuAmountUsed": 0,
- "timeInLieuCalculatedHours": 0,
- "timeInLieuCalculatedAmount": 0,
- "holidaySupplementValue": 0,
- "holidaySupplementUsed": 0,
- "benefitPackageCalculatedAmount": 0,
- "benefitPackageAmountUsed": 0,
- "benefitPackageToPensionCalculatedAmount": 0,
- "benefitPackageTwoCalculatedAmount": 0,
- "benefitPackageTwoAmountUsed": 0,
- "holidayPaymentCalculatedAmount": 0,
- "holidayPaymentUsedAmount": 0,
- "holidayPaymentToHolidayPayPayout": 0,
- "holidayPaymentToGrossPayout": 0,
- "anniversaryAndRedundancyToNetoAmount": 0,
- "anniversaryAndRedundancyToGrossAmount": 0,
- "christmasGiftsCalculatedAmount": 0,
- "otherBenefitCalculatedAmount": 0,
- "paycheckSupplementBeforeTaxSupplementSum": 0,
- "paycheckHolidayPayGrossUsed": 0,
- "paycheckFreeVacationDaysAmountSupplementSum": 0,
- "paycheckFreeChoiceAmountSupplementSum": 0,
- "paycheckFreeVacationDaysHours": 0,
- "paycheckTravelAllowanceWithoutPaymentSupplementSum": 0,
- "paycheckTravelAllowanceSupplementSum": 0,
- "paycheckBIncomePaycheckWithContributionsSum": 0,
- "paycheckBIncomePaycheckWithoutContributionsSum": 0,
- "paycheckChristmasGiftsBenefitSum": 0,
- "paycheckOtherBenefitSum": 0,
- "paycheckAnniversaryBonusSupplementSum": 0,
- "paycheckSeveranceSupplementSum": 0,
- "forPayment": 0,
- "paycheckPerDiemSupplementSum": 0,
- "paycheckPayoutSavingsSum": 0,
- "paycheckPayoutExtraHolidayEntitlementDays": 0,
- "paycheckPayoutExtraHolidayEntitlementDaysSupplementSum": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrollAbsences": [
- {
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z",
- "days": 0,
- "absenceType": 0,
- "absenceStatus": 0,
- "absenceTypeName": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
]
}
companyUid required | string <uuid> |
employeeUid required | string <uuid> |
employeePayrollUid required | string <uuid> |
api-version | string |
using System; using System.Net.Http; using System.Threading.Tasks; public class Program { public static async Task Main(string[] args) { using (var client = new HttpClient()) { client.DefaultRequestHeaders.Add("Authorization", "Bearer <YOUR_TOKEN_HERE>"); var CompanyUid = "YOUR_companyUid_PARAMETER"; var EmployeeUid = "YOUR_employeeUid_PARAMETER"; var EmployeePayrollUid = "YOUR_employeePayrollUid_PARAMETER"; var request = await client.GetAsync("https://signalr.zenegy.com/api/companies/" + CompanyUid + "/employees/" + EmployeeUid + "/payslips/" + EmployeePayrollUid + "/document?api-version=string"); var response = await request.Content.ReadAsStringAsync(); Console.WriteLine(response); } } }
{ }
companyUid required | string <uuid> |
employeeUid required | string <uuid> |
periodFrom | string <date-time> |
periodTo | string <date-time> |
api-version | string |
using System; using System.Net.Http; using System.Threading.Tasks; public class Program { public static async Task Main(string[] args) { using (var client = new HttpClient()) { client.DefaultRequestHeaders.Add("Authorization", "Bearer <YOUR_TOKEN_HERE>"); var CompanyUid = "YOUR_companyUid_PARAMETER"; var EmployeeUid = "YOUR_employeeUid_PARAMETER"; var request = await client.GetAsync("https://signalr.zenegy.com/api/companies/" + CompanyUid + "/employees/" + EmployeeUid + "/payslips/report?periodFrom=2019-08-24T14%3A15%3A22Z&periodTo=2019-08-24T14%3A15%3A22Z&api-version=string"); var response = await request.Content.ReadAsStringAsync(); Console.WriteLine(response); } } }
{- "totalRecords": 0,
- "totalDisplayRecords": 0,
- "data": [
- {
- "payroll": {
- "periodFrom": "2019-08-24T14:15:22Z",
- "periodTo": "2019-08-24T14:15:22Z",
- "dipositionDate": "2019-08-24T14:15:22Z",
- "status": 1,
- "payrollNumber": 0,
- "hasAmPension": true,
- "note": "string",
- "isDaysInAdvanceUseEnabled": true,
- "transferFifthHolidayWeek": true,
- "holidayHindrance": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employee": {
- "cpr": "string",
- "name": "string",
- "address": "string",
- "postalNumber": "string",
- "city": "string",
- "departmentName": "string",
- "employeeNumber": "string",
- "accNumber": "string",
- "regNumber": "string",
- "paymentNumber": "string",
- "swift": "string",
- "iban": "string",
- "language": "string",
- "isResignationProcessed": true,
- "extraHolidayEntitlementRule": "string",
- "startDateOfEmployment": "2019-08-24T14:15:22Z",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "company": {
- "name": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "cvr": "string",
- "reportLogoImage": "string",
- "isFlexEnabled": true,
- "hasBenefitPackage": true,
- "hasHolidayPayment": true,
- "hasBenefitPackageTwo": true,
- "isTrackingNegativeSalaryEnabled": true,
- "nemKontoPayment": "string",
- "isRetroEnabled": true,
- "isCompanyExtraHolidayEntitlementInHours": true,
- "isCompanyExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeePayroll": {
- "employeeFk": 0,
- "incomeType": 0,
- "taxPercentage": 0,
- "aIncome": 0,
- "aIncomeAfterTaxes": 0,
- "amContributionIncome": 0,
- "amContributionFreeIncome": 0,
- "amContributionFreeIncomeBase": 0,
- "atpContributions": 0,
- "atpContributionsEmployee": 0,
- "amContributionCalculated": 0,
- "amContributionCalculatedBase": 0,
- "atpOfSicknessAmount": 0,
- "forPayment": 0,
- "grossIncome": 0,
- "incomeTax": 0,
- "millageForPayment": 0,
- "millageForPaymentLowRate": 0,
- "monthlySalary": 0,
- "monthlySalaryBase": 0,
- "numberOfHours": 0,
- "numberOfHoursBase": 0,
- "numberOfHoursFixed": 0,
- "salaryMode": 0,
- "monthlySalaryHourlyBase": 0,
- "monthlySalaryFixedBase": 0,
- "totalMillage": 0,
- "totalMillageLowRate": 0,
- "taxCredit": 0,
- "taxCreditBase": 0,
- "privatePensionCalculated": 0,
- "companyPensionCalculated": 0,
- "benifitsSum": 0,
- "companyAmp": 0,
- "privateAmp": 0,
- "holidaySupplementValue": 0,
- "numberOfVacationDays": 0,
- "atpContributionsEmployeeBase": 0,
- "atpContributionsEmployeeSickleave": 0,
- "incomeTaxBase": 0,
- "unitPerKilometerHigh": 0,
- "millageHigh": 0,
- "millageForPaymentHigh": 0,
- "unitPerKilometer": 0,
- "millageLow": 0,
- "millageForPaymentLow": 0,
- "netHolidayPay": 0,
- "grosHolidayPay": 0,
- "usedGrosHolidayPay": 0,
- "holidayPayTaxCredit": 0,
- "holidayPayAmContributionCalculated": 0,
- "holidayPayTax": 0,
- "gDaysUsed": 0,
- "sickDaysUsed": 0,
- "daysOffUsed": 0,
- "careDaysUsed": 0,
- "numberOfUsedVacationDays": 0,
- "numberOfUsedVacationDaysPreviousYear": 0,
- "vacationSalaryDeductionAmount": 0,
- "lackNumberOfVacationDays": 0,
- "numberOfVacationDaysAfterMayCurrent": 0,
- "numberOfVacationDaysBeforeMayCurrent": 0,
- "numberOfVacationDaysAfterMayNext": 0,
- "numberOfFrozenVacationDays": 0,
- "holidaySupplementAfterMayNext": 0,
- "holidaySupplementAfterMayCurrent": 0,
- "holidaySupplementBeforeMayCurrent": 0,
- "numberOfVacationDaysUsedAfterMayCurrent": 0,
- "numberOfVacationDaysUsedBeforeMayCurrent": 0,
- "numberOfVacationDaysUsedAfterMayNext": 0,
- "numberOfVacationDaysEarnedAfterMayCurrent": 0,
- "numberOfVacationDaysEarnedBeforeMayCurrent": 0,
- "numberOfVacationDaysEarnedAfterMayNext": 0,
- "salaryType": 0,
- "vacationsLegitimateSalary": 0,
- "amContributionIncomeBase": 0,
- "krRate": 0,
- "atpUnits": 0,
- "holidaySupplementUsed": 0,
- "holidayPaymentAmountType": 0,
- "holidayPaymentUsed": 0,
- "holidayPaymentUsedYearBefore": 0,
- "holidayPaymentUsedBase": 0,
- "holidayPayment": 0,
- "holidayPaymentYearBefore": 0,
- "holidayPaymentCalculatedAmount": 0,
- "holidayPaymentAmount": 0,
- "holidayPaymentAmountYearToDate": 0,
- "benefitPackageAmountType": 0,
- "benefitPackageUsed": 0,
- "benefitPackageUsedBase": 0,
- "benefitPackageAmount": 0,
- "benefitPackageCalculatedAmount": 0,
- "benefitPackageTwoUsed": 0,
- "benefitPackageTwoUsedBase": 0,
- "benefitPackageTwoAmount": 0,
- "benefitPackageTwoCalculatedAmount": 0,
- "holidayPaymentToHolidayPayPayout": 0,
- "holidayPaymentToGrossPayout": 0,
- "pensionGross": 0,
- "amPensionGross": 0,
- "bIncomePayment": 0,
- "bIncomePaymentWithoutContribution": 0,
- "revenueType": 0,
- "numberOfWorkingDays": 0,
- "note": "string",
- "flexHours": 0,
- "flexHoursYearToDate": 0,
- "benefitPackageAbsenceHoursUsed": 0,
- "benefitPackageAbsenceAmountUsed": 0,
- "benefitPackageAbsenceDeducted": 0,
- "additionalContributionAmPension": 0,
- "currentVacationYear": 0,
- "vacationYearBefore": 0,
- "twoVacationYearsBefore": 0,
- "holidayPayReceiverType": 0,
- "benefitPackageFrozenPeriodCalculatedAmount": 0,
- "holidayPayGrossFrozenPeriod": 0,
- "anniversaryAndRedundancyAmount": 0,
- "monthlySalaryProrated": 0,
- "timeInLieuHoursCalculated": 0,
- "timeInLieuAmountCalculated": 0,
- "timeInLieuHoursUsed": 0,
- "timeInLieuAmountUsed": 0,
- "timeInLieuAmountPayout": 0,
- "monthlySalaryFixedProrated": 0,
- "numberOfHoursBaseProrated": 0,
- "numberOfHoursFixedProrated": 0,
- "benefitChristmasGiftsCalculatedAmount": 0,
- "benefitChristmasGiftsYearToDateAmount": 0,
- "benefitChristmasGiftsCurrentAmount": 0,
- "otherBenefitCalculatedAmount": 0,
- "otherBenefitYearToDateAmount": 0,
- "otherBenefitCurrentAmount": 0,
- "transferredNegativeSaldo": 0,
- "hasSHPayout": true,
- "travelAllowanceWithoutPayment": 0,
- "insuranceContribution": 0,
- "sicknessBenefit": 0,
- "horestaSupplement": 0,
- "horestaSupplementCalculation": 0,
- "horestaSupplementDeduction": 0,
- "daysOfVacationAtOwnExpense": 0,
- "vacationAtOwnExpenseDeduction": 0,
- "companyPensionsSum": 0,
- "employeePensionsSum": 0,
- "companyPensionsSumAm": 0,
- "employeePensionsSumAm": 0,
- "maxNumberOfVacationDaysInAdvance": 0,
- "numberOfVacationDaysInAdvanceLeft": 0,
- "holidaySupplementPerDayCurrentYear": 0,
- "holidaySupplementPerDayLastYear": 0,
- "holidaySupplementUsedPerDayCurrentYear": 0,
- "holidaySupplementUsedPerDayLastYear": 0,
- "numberOfUsedVacationDaysCurrentPeriod": 0,
- "sicknessInHours": 0,
- "holidayPaymentGrossAmount": 0,
- "holidayPaymentAmContributionAmount": 0,
- "holidayPaymentTaxAmount": 0,
- "holidayPaymentNetAmount": 0,
- "holidayPaymentNettoSaldo": 0,
- "holidayPaymentNettoUsed": 0,
- "holidayPaymentNettoSupplement": 0,
- "transferOfHolidayDays": 0,
- "fifthHolidayWeekHolidayPayGrossToPayout": 0,
- "fifthHolidayWeekDaysToPayout": 0,
- "usedHolidayTransferredDays": 0,
- "holidaySupplementFifthHolidayWeekSaldoYearToDate": 0,
- "transferOfHinderanceHolidayDays": 0,
- "usedHindranceHolidayTransferredDays": 0,
- "hindranceHolidayDaysUsedPerPeriodValueCurrentPeriod": 0,
- "standardRateFixed": 0,
- "hindranceHolidayDaysUsedPerPeriod": {
- "valueCurrentPeriod": 0,
- "valuePreviousPeriod": 0,
- "valueTwoPeriodsBefore": 0,
- "valueThreePeriodsBefore": 0
}, - "fifthHolidayWeekHolidayDaysUsedPerPeriod": {
- "valueCurrentPeriod": 0,
- "valuePreviousPeriod": 0,
- "valueTwoPeriodsBefore": 0,
- "valueThreePeriodsBefore": 0
}, - "paycheckPayoutSavingsSum": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeeYearlyStatistic": {
- "andrePersonalegoderMedBundgranse": 0,
- "andrePersonalegoderUdenBundgranse": 0,
- "friBil": 0,
- "friKostOgLogi": 0,
- "friHelarsbolig": 0,
- "friSommerbolig": 0,
- "friLystbad": 0,
- "friMedieRadiolicens": 0,
- "friTelefon": 0,
- "frikortTilOffentligBefordring": 0,
- "sundhedsforsikring": 0,
- "privatePensionCalculated": 0,
- "companyPensionCalculated": 0,
- "companyAmp": 0,
- "privateAmp": 0,
- "atpOfSicknessAmount": 0,
- "holidayPaymentEarned": 0,
- "benefitPackage": 0,
- "benefitPackageEarned": 0,
- "benefitPackageUsed": 0,
- "benefitPackageTwo": 0,
- "benefitPackageTwoEarned": 0,
- "benefitPackageTwoUsed": 0,
- "groupLife": 0,
- "bIncomePayment": 0,
- "bIncomePaymentWithoutContribution": 0,
- "holidayPaymentUsed": 0,
- "holidayPaymentToGrossPayout": 0,
- "holidayPaymentToHolidayPayPayout": 0,
- "timeInLieuHoursSaldo": 0,
- "timeInLieuHoursEarnedYearToDate": 0,
- "timeInLieuHoursEarned": 0,
- "timeInLieuHoursUsed": 0,
- "timeInLieuAmountSaldo": 0,
- "timeInLieuAmountEarnedYearToDate": 0,
- "timeInLieuAmountEarned": 0,
- "timeInLieuAmountUsed": 0,
- "numberOfWorkingDays": 0,
- "additionalContributionAmPension": 0,
- "healthInsuranceNoAmPension": 0,
- "healthInsuranceNoAmPensionNoVacationEntitledMoney": 0,
- "notCoveredByTriviality": 0,
- "anniversaryBonusSaldo": 0,
- "severanceSaldo": 0,
- "holidayAtOwnExpenseDays": 0,
- "holidayAtOwnExpenseAmount": 0,
- "sicknessInHours": 0,
- "holidayPaymentNetAmount": 0,
- "transferredDaysFifthHolidayWeekPeriodsTotal": 0,
- "transferredDaysUsedFifthHolidayWeekPeriodsTotal": 0,
- "holidayHindranceTransferredDaysFifthHolidayWeekTotal": 0,
- "holidayHindranceUsedDaysFifthHolidayWeekTotal": 0,
- "grossIncome": 0,
- "atpContributionsEmployee": 0,
- "amContributionIncome": 0,
- "amContributionFreeIncome": 0,
- "amContributionFreeIncomeBase": 0,
- "amContributionCalculated": 0,
- "aIncome": 0,
- "incomeTax": 0,
- "atpContributions": 0,
- "aIncomeAfterTaxes": 0,
- "millageForPayment": 0,
- "millageForPaymentLowRate": 0,
- "totalMillage": 0,
- "totalMillageLowRate": 0,
- "forPayment": 0,
- "holidaySupplementValue": 0,
- "holidaySupplementEarnedYearToDate": 0,
- "taxCredit": 0,
- "monthlySalary": 0,
- "numberOfHours": 0,
- "holidayPayGross": 0,
- "holidayPayGrossYearBefore": 0,
- "holidayPayGrossUsed": 0,
- "holidayPayGrossUsedYearBefore": 0,
- "holidayPayGrossUsedYearToDate": 0,
- "holidayPayGrossUsedFromYearBefore": 0,
- "holidayPayGrossSaldo": 0,
- "holidayPayNet": 0,
- "numberOfVacationDays": 0,
- "numberOfUsedVacationDays": 0,
- "sickDaysUsed": 0,
- "careDaysEarned": 0,
- "careDaysUsed": 0,
- "careDaysLeft": 0,
- "daysOffEarned": 0,
- "daysOffUsed": 0,
- "daysOffLeft": 0,
- "gDaysUsed": 0,
- "vacationsLegitimateSalary": 0,
- "flexHours": 0,
- "holidayPaymentUsedBase": 0,
- "holidayPaymentAmountYearBefore": 0,
- "holidayPaymentUsedYearBefore": 0,
- "holidayPaymentAmountYearToDate": 0,
- "holidayPayment": 0,
- "travelAllowanceWithoutPayment": 0,
- "holidayPayGrossUsedForSpentDays": 0,
- "extraPayrollRun": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeePayrolPension": [
- {
- "referencePoliceNumber": "string",
- "dispositionDate": "2019-08-24T14:15:22Z",
- "accountNumber": "string",
- "registerNumber": "string",
- "pbsNumber": "string",
- "infoType": 0,
- "type": 1,
- "taxPensionAmount": true,
- "unionCode": "string",
- "coverageBaseSalary": 0,
- "insuranceAmount": 0,
- "groupLifeAgreementNumber": "string",
- "calculateFromAmPension": true,
- "privatePension": 0,
- "companyPension": 0,
- "privatePensionCalculated": 0,
- "companyPensionCalculated": 0,
- "valueType": 0,
- "name": "string",
- "resourceName": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrolBenefit": [
- {
- "pricePerMonth": 0,
- "benefitName": "string",
- "isProrated": true,
- "proratedPricePerMonth": 0,
- "pbsNumber": "string",
- "companyContribution": 0,
- "name": "string",
- "type": 0,
- "resource": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrollCompanyCarBenefits": [
- {
- "environmentalSupplementPerMonth": 0,
- "ownPaymentPerMonth": 0,
- "electricOrPlugInHybridAmount": 0,
- "totalCarValuePerMonth": 0,
- "pricePerMonth": 0,
- "benefitName": "string",
- "isProrated": true,
- "proratedPricePerMonth": 0,
- "pbsNumber": "string",
- "companyContribution": 0,
- "name": "string",
- "type": 0,
- "resource": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrolPaycheck": [
- {
- "payCheckFor": 0,
- "name": "string",
- "unit": 0,
- "paymentPerUnit": 0,
- "rate": {
- "hasOverride": true,
- "accountType": 0,
- "accountNumber": "string",
- "accountText": "string",
- "wageCode": "string",
- "creditAccountNumber": "string",
- "regNumber": "string",
- "kontoNumber": "string",
- "isDeleted": true,
- "isProratedRate": true,
- "includeInPensionBase": true,
- "includeInAmPensionBase": true,
- "isIncludedInHolidayEntitlementSalary": true,
- "useSupplementRates": true,
- "useHourRates": true,
- "composedRates": "string",
- "calculateOnPercentage": true,
- "percentage": 0,
- "percentageInfoText": "string",
- "calculateOnGrossSalary": true,
- "isFromTemplate": true,
- "number": "string",
- "type": 0,
- "limitedToEmployee": true,
- "isBenefitPackageTwoEnabled": true,
- "overrideRate": true,
- "hours": 0,
- "overrideName": true,
- "employees": [
- "00000000-0000-0000-0000-000000000000"
], - "departments": [
- "00000000-0000-0000-0000-000000000000"
], - "rate": 0,
- "name": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "regNumber": "string",
- "kontoNumber": "string",
- "isProrated": true,
- "proratedAmount": 0,
- "costCenterCode": "string",
- "costCenterName": "string",
- "countrySpecificDto": {
- "countryUid": "00000000-0000-0000-0000-000000000000",
- "countryName": "string",
- "countryCode": "string",
- "countryId": "string",
- "countryTaxPercentage": 0,
- "countryTaxableIncome": true
}, - "registrationDate": "2019-08-24T14:15:22Z",
- "shouldTriggerRetro": true,
- "includeInPensionBase": true,
- "includeInAmPensionBase": true,
- "isIncludedInHolidayEntitlementSalary": true,
- "createdOn": "2019-08-24T14:15:22Z",
- "department": {
- "isDeleteAllowed": true,
- "responsiblePersons": [
- {
- "incomeType": null,
- "holidayPayReceiverType": null,
- "extraHolidayEntitlementRule": null,
- "name": null,
- "employeeNumber": null,
- "extraEmployeeNumber": null,
- "id": null,
- "uid": null
}
], - "companyWorkSchemas": [
- {
- "name": null,
- "workingHoursPerDay": null,
- "canBeDeleted": null,
- "id": null,
- "uid": null
}
], - "name": "string",
- "number": "string",
- "hasWorkSchema": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "costCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "profitCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "percentageInfoText": "string",
- "calculatedAmount": 0,
- "hours": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrollExtraHoursPayment": [
- {
- "companyExtraHourPaymentRateFk": 0,
- "name": "string",
- "rate": 0,
- "paymentPerRate": 0,
- "companyExtraHourPaymentRate": {
- "name": "string",
- "number": "string",
- "excludeHours": true,
- "isBenefitsPackageTwoEnabled": true,
- "timeInLieuEnabled": true,
- "ratio": 0,
- "isStandard": true,
- "hourRateExtras": [
- {
- "uid": null,
- "name": null,
- "extraHourRateDataType": null,
- "amountType": null,
- "amount": null,
- "hasOverride": null,
- "accountNumber": null,
- "creditAccountNumber": null,
- "wageCode": null,
- "accountText": null
}
], - "isIncludeInStandardRateDataPresent": true,
- "calculateFromRate": { },
- "calculateFromRatePercentage": 0,
- "overrideRateName": true,
- "bookingGroupUids": "string",
- "hasBookingGroupOverride": true,
- "isSicknessInHoursEnabled": true,
- "isExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "extraHoursPaymentData": [
- {
- "type": "string",
- "value": { }
}
], - "isIncludeInStandardRateDataPresent": true,
- "includeInStandardRateExtraHourDataValue": {
- "name": "string",
- "amount": 0,
- "amountType": "string",
- "standardRate": 0,
- "calculatedAmount": 0,
- "additionalAmountPerRate": 0
}, - "createdOn": "2019-08-24T14:15:22Z",
- "department": {
- "isDeleteAllowed": true,
- "responsiblePersons": [
- {
- "incomeType": null,
- "holidayPayReceiverType": null,
- "extraHolidayEntitlementRule": null,
- "name": null,
- "employeeNumber": null,
- "extraEmployeeNumber": null,
- "id": null,
- "uid": null
}
], - "companyWorkSchemas": [
- {
- "name": null,
- "workingHoursPerDay": null,
- "canBeDeleted": null,
- "id": null,
- "uid": null
}
], - "name": "string",
- "number": "string",
- "hasWorkSchema": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "costCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "profitCenter": {
- "numberOfEmployees": 0,
- "employeeUids": [
- "00000000-0000-0000-0000-000000000000"
], - "costCenterName": "string",
- "costCenterCode": "string",
- "type": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "calculatedPaymentPerRate": 0,
- "paymentAmount": 0,
- "calculatedPaymentAmount": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "corrections": {
- "aTaxDeductionDaysUnits": 0,
- "atpUnits": 0,
- "atpAmount": 0,
- "atpOfSicknessAmount": 0,
- "aTaxAmount": 0,
- "aTaxContributionAmount": 0,
- "salaryDeductionAmount": 0,
- "aTaxHolidayPayAmount": 0,
- "negativeSalarySaldo": 0,
- "flexHours": 0,
- "earnedVacationDayUnitsCurrentYear": 0,
- "earnedVacationDayUnitsYearBefore": 0,
- "earnedVacationDayUnitsTwoYearsBefore": 0,
- "earnedVacationDayUnitsFrozen": 0,
- "usedVacationDayUnitsCurrentYear": 0,
- "usedVacationDayUnitsYearBefore": 0,
- "usedVacationDayUnitsTwoYearsBefore": 0,
- "usedVacationDayUnitsFrozen": 0,
- "earnedHolidaySupplementAmountCurrentYear": 0,
- "earnedHolidaySupplementAmountYearBefore": 0,
- "earnedHolidaySupplementAmountTwoYearsBefore": 0,
- "usedHolidaySupplementAmountCurrentYear": 0,
- "usedHolidaySupplementAmountYearBefore": 0,
- "usedHolidaySupplementAmountTwoYearsBefore": 0,
- "earnedVacationsLegitimateSalaryAmountCurrentYear": 0,
- "earnedVacationsLegitimateSalaryAmountFrozen": 0,
- "earnedHolidayPayGrossAmountCurrentYear": 0,
- "earnedHolidayPayGrossAmountYearBefore": 0,
- "earnedHolidayPayGrossAmountTwoYearsBefore": 0,
- "earnedHolidayPayGrossAmountFrozen": 0,
- "usedHolidayPayGrossAmountCurrentYear": 0,
- "usedHolidayPayGrossAmountTwoYearsBefore": 0,
- "usedHolidayPayGrossAmountYearBefore": 0,
- "usedHolidayPayGrossAmountFrozen": 0,
- "earnedHolidayPayNetAmountCurrentYear": 0,
- "earnedHolidayPayNetAmountYearBefore": 0,
- "earnedHolidayPayNetAmountTwoYearsBefore": 0,
- "earnedHolidayPayNetAmounFrozen": 0,
- "usedHolidayPayNetAmountYearBefore": 0,
- "usedHolidayPayNetAmountTwoYearsBefore": 0,
- "usedHolidayPayNetAmountFrozen": 0,
- "usedHolidayPayNetCurentYear": 0,
- "earnedBenefitPackageCurrentYear": 0,
- "benefitPackageSaldo": 0,
- "earnedBenefitPackageTwoCurrentYear": 0,
- "benefitPackageTwoSaldo": 0,
- "earnedHolidayPaymentCurrentYear": 0,
- "usedHolidayPaymentCurrentYear": 0,
- "taxCardPercentage": 0,
- "earnedFreeVacationDaysThreeYearsBefore": 0,
- "earnedFreeVacationDaysTwoYearsBefore": 0,
- "earnedFreeVacationDaysYearBefore": 0,
- "earnedFreeVacationDaysCurrentYear": 0,
- "usedFreeVacationDaysThreeYearsBefore": 0,
- "usedFreeVacationDaysTwoYearsBefore": 0,
- "usedFreeVacationDaysYearBefore": 0,
- "usedFreeVacationDaysCurrentYear": 0,
- "earnedCareDaysThreeYearsBefore": 0,
- "earnedCareDaysTwoYearsBefore": 0,
- "earnedCareDaysYearBefore": 0,
- "earnedCareDaysCurrentYear": 0,
- "usedCareDaysThreeYearsBefore": 0,
- "usedCareDaysTwoYearsBefore": 0,
- "usedCareDaysYearBefore": 0,
- "usedCareDaysCurrentYear": 0,
- "earnedTimeInLieuHours": 0,
- "earnedTimeInLieuAmount": 0,
- "daysOfVacationAtOwnExpenseCurrentYear": 0,
- "daysOfVacationAtOwnExpenseYearBefore": 0,
- "daysOfVacationAtOwnExpenseTwoYearsBefore": 0,
- "baseSalaryReduction": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "resignation": {
- "dateOfResignation": "2019-08-24T14:15:22Z",
- "vacationsLegitimateSalaryCurrentYear": 0,
- "vacationsLegitimateSalaryYearBefore": 0,
- "vacationsLegitimateSalaryFrozen": 0,
- "vacationsLegitimateSalaryTwoYearsBefore": 0,
- "numberOfVacationDaysRemainingBeforeTwoYears": 0,
- "numberOfVacationDaysRemainingBeforeYear": 0,
- "numberOfVacationDaysRemainingCurrentYear": 0,
- "numberOfVacationDaysRemainingFrozen": 0,
- "numberOfVacationDaysEarnedBeforeTwoYears": 0,
- "numberOfVacationDaysEarnedBeforeYear": 0,
- "numberOfVacationDaysEarnedCurrentYear": 0,
- "numberOfVacationDaysEarnedFrozen": 0,
- "holidayPayGrossBeforeTwoYears": 0,
- "holidayPayGrossBeforeYear": 0,
- "holidayPayGrossCurrentYear": 0,
- "holidayPayGrossFrozen": 0,
- "holidayPayAmContribCalculBeforeTwoYears": 0,
- "holidayPayAmContribCalculBeforeYear": 0,
- "holidayPayAmContribCalculCurrentYear": 0,
- "holidayPayAmContribCalculFrozen": 0,
- "holidayPayTaxBeforeTwoYears": 0,
- "holidayPayTaxBeforeYear": 0,
- "holidayPayTaxCurrentYear": 0,
- "holidayPayTaxFrozen": 0,
- "holidayPayNetBeforeTwoYears": 0,
- "holidayPayNetBeforeYear": 0,
- "holidayPayNetCurrentYear": 0,
- "holidayPayNetFrozen": 0,
- "vacationsLegitimateSalaryThreeYearsBefore": 0,
- "numberOfVacationDaysRemainingBeforeThreeYears": 0,
- "numberOfVacationDaysEarnedBeforeThreeYears": 0,
- "holidayPayGrossBeforeThreeYears": 0,
- "holidayPayAmContribCalculBeforeThreeYears": 0,
- "holidayPayTaxBeforeThreeYears": 0,
- "holidayPayNetBeforeThreeYears": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "employeePayrollHourRegistration": [
- {
- "calculatedRate": 0,
- "calculatedPaymentAmount": 0,
- "companyExtraHourPaymentRate": {
- "paymentPerRate": 0,
- "isDisabled": true,
- "limitEmployeeAccess": true,
- "overrideRate": true,
- "name": "string",
- "number": "string",
- "excludeHours": true,
- "isBenefitsPackageTwoEnabled": true,
- "timeInLieuEnabled": true,
- "ratio": 0,
- "isStandard": true,
- "hourRateExtras": [
- {
- "uid": null,
- "name": null,
- "extraHourRateDataType": null,
- "amountType": null,
- "amount": null,
- "hasOverride": null,
- "accountNumber": null,
- "creditAccountNumber": null,
- "wageCode": null,
- "accountText": null
}
], - "isIncludeInStandardRateDataPresent": true,
- "calculateFromRate": {
- "name": "string",
- "number": "string",
- "excludeHours": true,
- "isBenefitsPackageTwoEnabled": true,
- "timeInLieuEnabled": true,
- "ratio": 0,
- "isStandard": true,
- "hourRateExtras": [
- null
], - "isIncludeInStandardRateDataPresent": true,
- "calculateFromRate": { },
- "calculateFromRatePercentage": 0,
- "overrideRateName": true,
- "bookingGroupUids": "string",
- "hasBookingGroupOverride": true,
- "isSicknessInHoursEnabled": true,
- "isExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "calculateFromRatePercentage": 0,
- "overrideRateName": true,
- "bookingGroupUids": "string",
- "hasBookingGroupOverride": true,
- "isSicknessInHoursEnabled": true,
- "isExtraHolidayEntitlementInHoursEnabled": true,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "countrySpecificDto": {
- "countryUid": "00000000-0000-0000-0000-000000000000",
- "countryName": "string",
- "countryCode": "string",
- "countryId": "string",
- "countryTaxPercentage": 0,
- "countryTaxableIncome": true
}, - "datesOfRegistration": [
- "2019-08-24T14:15:22Z"
], - "shouldTriggerRetro": true,
- "dateOfRegistration": "2019-08-24T14:15:22Z",
- "extraRegistrationData": [
- {
- "type": "string",
- "value": { }
}
], - "isIncludeInStandardRateDataPresent": true,
- "includeInStandardRateExtraHourDataValue": {
- "name": "string",
- "amount": 0,
- "amountType": "string",
- "standardRate": 0,
- "calculatedAmount": 0,
- "additionalAmountPerRate": 0
}, - "name": "string",
- "paymentAmount": 0,
- "rate": 0,
- "calculatedHours": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "amPension": {
- "pension": {
- "name": "string",
- "resourceName": "string",
- "pbsNumber": "string",
- "type": 1,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "companyCalculatedAmount": 0,
- "employeeCalculatedAmount": 0,
- "benefitPackageToPensionCalculatedAmount": 0,
- "dispositionDate": "2019-08-24T14:15:22Z",
- "additionalContributionCalculatedAmount": 0,
- "companyAmount": 0,
- "employeeAmount": 0,
- "amountType": 0,
- "unionCode": "string",
- "benefitPackageToPensionPercentage": 0,
- "groupLifeAmount": 0,
- "isGroupLifeAmountTaxable": true,
- "isGroupLifeAmountInclusivePensionContribution": true,
- "additionalContributionAmountType": 0,
- "additionalContributionAmount": 0,
- "employeeWageCode": "string",
- "companyWageCode": "string",
- "insuranceAmount": 0,
- "insuranceUnionCode": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "anniversaryBonusSaldo": 0,
- "severanceSaldo": 0,
- "employeePayrollCountrySpecifics": [
- {
- "companyCountry": {
- "name": "string",
- "code": "string",
- "countryId": "string",
- "taxPercentage": 0,
- "isPredefined": true,
- "countryWageTypes": [
- {
- "companyWageType": null,
- "wageCodeDescription": null,
- "wageCode": null,
- "wageCodeResult": null,
- "hasOverride": null,
- "id": null,
- "uid": null
}
], - "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}, - "atpEmployeeBaseProrated": 0,
- "atpEmployeeProrated": 0,
- "atpCompanyBaseProrated": 0,
- "atpCompanyProrated": 0,
- "pensionBase": 0,
- "pensionBaseRegistrationNonTaxable": 0,
- "dkPensionCompany": 0,
- "dkPensionEmployee": 0,
- "pensionEmployeeNonTaxable": 0,
- "pensionCompanyNonTaxable": 0,
- "amIncomeBaseNonTaxable": 0,
- "amContribution": 0,
- "salaryNonTaxable": 0,
- "holidayEntitledSalaryNonTaxable": 0,
- "grossHolidayPayNonTaxable": 0,
- "numberOfDaysInPayrollPeriod": 0,
- "workDaysAbroad": 0,
- "workDaysInDk": 0,
- "dkNormalSalary": 0,
- "valueOfDayAbroad": 0,
- "monthlySalaryAborad": 0,
- "fixedHours": 0,
- "dkCalculatedSalary": 0,
- "taxPercentage": 0,
- "pension53CompanyNonTaxable": 0,
- "diemNonTaxable": 0,
- "mileageNonTaxable": 0,
- "amContributionTaxable": 0,
- "taxContributionTaxable": 0,
- "pensionBaseRegistrationTaxable": 0,
- "pensionEmployeeTaxable": 0,
- "pensionCompanyTaxable": 0,
- "amIncomeBaseTaxable": 0,
- "salaryTaxable": 0,
- "holidayEntitledSalaryTaxable": 0,
- "grossHolidayPayTaxable": 0,
- "pension53CompanyTaxable": 0,
- "pensionEmployeePercentage": 0,
- "pensionCompanyPercentage": 0,
- "freeChoicePercentage": 0,
- "freeChoiceSavingsNonTaxable": 0,
- "freeChoiceSavingsTaxable": 0,
- "countryName": "string",
- "countryCode": "string",
- "countryId": "string",
- "taxSpecificCalculations": [
- {
- "workDaysRegistration": 0,
- "taxPercentage": 0,
- "amContributionTaxable": 0,
- "amIncomeBaseTaxable": 0,
- "taxContributionTaxable": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "retroPayrollDeltas": [
- {
- "period": "2019-08-24T14:15:22Z",
- "payrollId": 0,
- "periodId": 0,
- "payrollEmployeeId": 0,
- "grossIncome": 0,
- "pensionGross": 0,
- "amPensionGross": 0,
- "amPensionCompanyContributionAmount": 0,
- "amPensionEmployeeContributionAmount": 0,
- "amPensionAdditionalContributionAmount": 0,
- "amPensionCompanyCalculatedAmount": 0,
- "amPensionEmployeeCalculatedAmount": 0,
- "amPensionAdditionalContributionCalculatedAmount": 0,
- "pensionsEmployeeCalculatedAmount": 0,
- "pensionsCompanyCalculatedAmount": 0,
- "pensionsEmployeeCalculatedAmountTaxed": 0,
- "pensionsCompanyCalculatedAmountTaxed": 0,
- "maternityAmount": 0,
- "atpContributionEmployee": 0,
- "atpContributionsEmployeeSickleave": 0,
- "atpContribution": 0,
- "atpUnits": 0,
- "hourRegistrationHoursWithAtp": 0,
- "hourRegistrationHoursWithoutAtp": 0,
- "taxPercentage": 0,
- "aIncome": 0,
- "amContributionIncomeBase": 0,
- "amContributionIncome": 0,
- "amContributionFreeIncomeBase": 0,
- "amContributionFreeIncome": 0,
- "amContributionCalculatedBase": 0,
- "amContributionCalculated": 0,
- "incomeTax": 0,
- "aIncomeAfterTaxes": 0,
- "vacationLegitimateSalary": 0,
- "holidaySavedRate": 0,
- "holidayPayGross": 0,
- "holidayPayAmContributionCalculated": 0,
- "holidayPayTax": 0,
- "holidayPayNet": 0,
- "resignedHolidayPayAmContributionCalculated": 0,
- "resignedHolidayPayTax": 0,
- "resignedHolidayPayNet": 0,
- "timeInLieuHoursUsed": 0,
- "timeInLieuAmountUsed": 0,
- "timeInLieuCalculatedHours": 0,
- "timeInLieuCalculatedAmount": 0,
- "holidaySupplementValue": 0,
- "holidaySupplementUsed": 0,
- "benefitPackageCalculatedAmount": 0,
- "benefitPackageAmountUsed": 0,
- "benefitPackageToPensionCalculatedAmount": 0,
- "benefitPackageTwoCalculatedAmount": 0,
- "benefitPackageTwoAmountUsed": 0,
- "holidayPaymentCalculatedAmount": 0,
- "holidayPaymentUsedAmount": 0,
- "holidayPaymentToHolidayPayPayout": 0,
- "holidayPaymentToGrossPayout": 0,
- "anniversaryAndRedundancyToNetoAmount": 0,
- "anniversaryAndRedundancyToGrossAmount": 0,
- "christmasGiftsCalculatedAmount": 0,
- "otherBenefitCalculatedAmount": 0,
- "paycheckSupplementBeforeTaxSupplementSum": 0,
- "paycheckHolidayPayGrossUsed": 0,
- "paycheckFreeVacationDaysAmountSupplementSum": 0,
- "paycheckFreeChoiceAmountSupplementSum": 0,
- "paycheckFreeVacationDaysHours": 0,
- "paycheckTravelAllowanceWithoutPaymentSupplementSum": 0,
- "paycheckTravelAllowanceSupplementSum": 0,
- "paycheckBIncomePaycheckWithContributionsSum": 0,
- "paycheckBIncomePaycheckWithoutContributionsSum": 0,
- "paycheckChristmasGiftsBenefitSum": 0,
- "paycheckOtherBenefitSum": 0,
- "paycheckAnniversaryBonusSupplementSum": 0,
- "paycheckSeveranceSupplementSum": 0,
- "forPayment": 0,
- "paycheckPerDiemSupplementSum": 0,
- "paycheckPayoutSavingsSum": 0,
- "paycheckPayoutExtraHolidayEntitlementDays": 0,
- "paycheckPayoutExtraHolidayEntitlementDaysSupplementSum": 0,
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
], - "employeePayrollAbsences": [
- {
- "fromDate": "2019-08-24T14:15:22Z",
- "toDate": "2019-08-24T14:15:22Z",
- "days": 0,
- "absenceType": 0,
- "absenceStatus": 0,
- "absenceTypeName": "string",
- "id": 0,
- "uid": "00000000-0000-0000-0000-000000000000"
}
]
}
]
}