List Payrun Totals

Lists all of the pay run totals in a pay run.

Request

GET ../api/v1/client/payrun/{payrunId}/totals

Path parameters

Parameter name
Value
Description
Additional

payrunId

int32

Required

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code
Description
Resource

200

Success

Refer Response Data

Response Data

{
    "payRunId": "int32",
    "payRunTotals": {
        "<key>": {
            "bikTaxExemptAmount": "double",
            "bikTaxableAmount": "double",
            "cp38Amount": "double",
            "eisEmployeeAmount": "double",
            "eisEmployerAmount": "double",
            "epfEmployeeAmount": "double",
            "epfEmployerAmount": "double",
            "grossEarnings": "double",
            "hrdfAmount": "double",
            "id": "int32",
            "isPublished": "boolean",
            "netEarnings": "double",
            "notation": "string",
            "payRunId": "int32",
            "pcbBorneByEmployerAmount": "double",
            "postTaxDeductions": "double",
            "preTaxDeductions": "double",
            "socsoEmployeeAmount": "double",
            "socsoEmployerAmount": "double",
            "taxableEarnings": "double",
            "totalEmployeeExpenses": "double",
            "totalEmployerLiabilities": "double",
            "totalHours": "double"
        }
    }
}

Last updated