AnalysisReport

Name / Description Type / Format Example
lines AnalysisReportLine[] {AnalysisReportLine}
payCodes PayCode[] {PayCode}
employer Item {Item}
payPeriod string "Custom" "Monthly" "FourWeekly" "Fortnightly" "Weekly" "Daily"
ordinal integer int32 0
period integer int32 0
periodTo integer int32 0
startPeriodName string "string"
endPeriodName string "string"
startDate string date "2024-03-19"
endDate string date "2024-03-19"
report string "GrossToNet" "GrossToNetCis" "PayrunPayments" "Furlough" "PensionContribs" "Journal" "HourlyPay" "UmbrellaReconciliation" "UmbrellaStatement" "StatutoryPay" "CostAnalysis" "CostOfEmployment" "FullSummaryOfPay" "P11" "P11d" "P30" "P32" "P45" "P60" "EmployeeExport" "RightToWork" "AeoStatement" "HolidayAllowances" "HolidayPayAccruals" "AeAssessments" "CisStatement" "SubcontractorSummary" "PayrollAnalysis" "VarianceReport" "P11Detailed" "NiLetterValidation" "Ytd" "TaxCodeChanges" "EmployeeBenefits" "MemberEnrolment" "AttachmentOrders" "NiYtd" "ApprenticeshipLevy" "TeachersPensionEoy" "MaternitySchedule" "PaySpine" "SpinePoint" "PayGrades" "PaySpineAllowances" "AverageHolidayPayRate" "EmployeeRoleExport" "HolidayPayAccrualsHours" "GenderPayGap"
taxYear string "Year2017" "Year2018" "Year2019" "Year2020" "Year2021" "Year2022" "Year2023" "Year2024"
title string "string"
isDraft boolean true
{
  "lines": [
    {
      "employee": {
        "id": "string",
        "name": "string",
        "metadata": {},
        "url": "string"
      },
      "gross": 0.0,
      "niableGross": 0.0,
      "pensionableGross": 0.0,
      "net": 0.0,
      "takeHome": 0.0,
      "employerNic": 0.0,
      "employerPension": 0.0,
      "showQtyColumn": true,
      "niSaving": 0.0,
      "lines": [
        {
          "qty": 0.0,
          "code": "string",
          "value": 0.0
        }
      ]
    }
  ],
  "payCodes": [
    {
      "title": "string",
      "code": "string",
      "defaultValue": 0.0,
      "isDeduction": true,
      "isNiable": true,
      "isTaxable": true,
      "isPensionable": true,
      "isAttachable": true,
      "isRealTimeClass1aNiable": true,
      "isNotContributingToHolidayPay": true,
      "isQualifyingEarningsForAe": true,
      "isNotTierable": true,
      "isTcp_Tcls": true,
      "isTcp_Pp": true,
      "isTcp_Op": true,
      "flexibleDrawdown": "None",
      "isAutoAdjust": true,
      "calculationType": "FixedAmount",
      "multiplierType": "None",
      "dailyRateMultiplier": 0.0,
      "hourlyRateMultiplier": 0.0,
      "isSystemCode": true,
      "isControlCode": true,
      "payee": "string"
    }
  ],
  "employer": {
    "id": "string",
    "name": "string",
    "metadata": {},
    "url": "string"
  },
  "payPeriod": "Custom",
  "ordinal": 0,
  "period": 0,
  "periodTo": 0,
  "startPeriodName": "string",
  "endPeriodName": "string",
  "startDate": "2024-03-19",
  "endDate": "2024-03-19",
  "report": "GrossToNet",
  "taxYear": "Year2017",
  "title": "string",
  "isDraft": true
}
Contained in Models
AnalysisReportReportResponse
Consumed by Operations

- none -

Returned by Operations

- none -