Methods

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

Resource

{
    "payRunId": "int32",
    "payRunTotals": {
        "<key>": {
            "employerContribution": "double",
            "grossEarnings": "double",
            "helpWithheld": "double",
            "id": "int32",
            "isPublished": "boolean",
            "netEarnings": "double",
            "notation": "string",
            "payRunId": "int32",
            "paygWithheld": "double",
            "postTaxDeductions": "double",
            "preTaxDeductions": "double",
            "sfssWithheld": "double",
            "superContribution": "double",
            "taxableEarnings": "double",
            "totalEmployeeExpenses": "double",
            "totalEmployerLiabilities": "double",
            "totalHours": "double"
        }
    }
}

Properties

Name Type Description
payRunId int32 Int32
payRunTotals object Dictionary
payRunTotals.<key> map of object AuPayRunTotalModel
payRunTotals.<key>.employerContribution double Decimal
payRunTotals.<key>.grossEarnings double Decimal
payRunTotals.<key>.helpWithheld double Decimal
payRunTotals.<key>.id int32 Int32
payRunTotals.<key>.isPublished boolean Boolean
payRunTotals.<key>.netEarnings double Decimal
payRunTotals.<key>.notation string String
payRunTotals.<key>.payRunId int32 Int32
payRunTotals.<key>.paygWithheld double Decimal
payRunTotals.<key>.postTaxDeductions double Decimal
payRunTotals.<key>.preTaxDeductions double Decimal
payRunTotals.<key>.sfssWithheld double Decimal
payRunTotals.<key>.superContribution double Decimal
payRunTotals.<key>.taxableEarnings double Decimal
payRunTotals.<key>.totalEmployeeExpenses double Decimal
payRunTotals.<key>.totalEmployerLiabilities double Decimal
payRunTotals.<key>.totalHours double Decimal