Methods

  • get - List Pay Run Totals
  • get - Get Pay Run Totals by Employee ID

Resource

{
    "payRunId": "int32",
    "payRunTotals": {
        "<key>": {
            "accLevyAmount": "double",
            "esctContribution": "double",
            "grossEarnings": "double",
            "id": "int32",
            "isPublished": "boolean",
            "kiwiSaverEmployeeContribution": "double",
            "kiwiSaverEmployerContribution": "double",
            "netEarnings": "double",
            "notation": "string",
            "payRunId": "int32",
            "payeWithheld": "double",
            "postTaxDeductions": "double",
            "preTaxDeductions": "double",
            "studentLoanAdditionalMandatoryAmount": "double",
            "studentLoanAdditionalVoluntaryAmount": "double",
            "studentLoanAmount": "double",
            "taxableEarnings": "double",
            "totalEmployeeExpenses": "double",
            "totalEmployerLiabilities": "double",
            "totalHours": "double"
        }
    }
}

Properties

Name Type Description
payRunId int32 Int32
payRunTotals object Dictionary
payRunTotals.<key> map of object NzPayRunTotalModel
payRunTotals.<key>.accLevyAmount double Decimal
payRunTotals.<key>.esctContribution double Decimal
payRunTotals.<key>.grossEarnings double Decimal
payRunTotals.<key>.id int32 Int32
payRunTotals.<key>.isPublished boolean Boolean
payRunTotals.<key>.kiwiSaverEmployeeContribution double Decimal
payRunTotals.<key>.kiwiSaverEmployerContribution double Decimal
payRunTotals.<key>.netEarnings double Decimal
payRunTotals.<key>.notation string String
payRunTotals.<key>.payRunId int32 Int32
payRunTotals.<key>.payeWithheld double Decimal
payRunTotals.<key>.postTaxDeductions double Decimal
payRunTotals.<key>.preTaxDeductions double Decimal
payRunTotals.<key>.studentLoanAdditionalMandatoryAmount double Decimal
payRunTotals.<key>.studentLoanAdditionalVoluntaryAmount double Decimal
payRunTotals.<key>.studentLoanAmount double Decimal
payRunTotals.<key>.taxableEarnings double Decimal
payRunTotals.<key>.totalEmployeeExpenses double Decimal
payRunTotals.<key>.totalEmployerLiabilities double Decimal
payRunTotals.<key>.totalHours double Decimal