Methods

  • get - List P60 Data

Resource

{
    "errors": [
        "string"
    ],
    "p60s": [
        {
            "businessId": "int32",
            "dateGenerated": "date-time",
            "downloadUrl": "string",
            "employeeId": "int32",
            "employeeName": "string",
            "id": "int32",
            "isOutdated": "boolean",
            "notificationDate": "date-time",
            "payThisEmployment": "double",
            "postgraduateLoan": "double",
            "previewUrl": "string",
            "status": "string",
            "studentLoan": "double",
            "taxCode": "string",
            "taxThisEmployment": "double",
            "totalPay": "double",
            "totalStatutoryPay": "double",
            "totalTax": "double"
        }
    ],
    "payThisEmploymentTotal": "double",
    "postgraduateLoanTotal": "double",
    "statutoryPaymentsTotal": "double",
    "studentLoanTotal": "double",
    "taxThisEmploymentTotal": "double",
    "totalPayTotal": "double",
    "totalTaxTotal": "double"
}

Properties

Name Type Description
errors[] array of string
p60s[] array
p60s[].businessId int32 Int32
p60s[].dateGenerated date-time Nullable
p60s[].downloadUrl string String
p60s[].employeeId int32 Int32
p60s[].employeeName string String
p60s[].id int32 Int32
p60s[].isOutdated boolean Boolean
p60s[].notificationDate date-time Nullable
p60s[].payThisEmployment double Decimal
p60s[].postgraduateLoan double Decimal
p60s[].previewUrl string String
p60s[].status string Char
p60s[].studentLoan double Decimal
p60s[].taxCode string String
p60s[].taxThisEmployment double Decimal
p60s[].totalPay double Decimal
p60s[].totalStatutoryPay double Decimal
p60s[].totalTax double Decimal
payThisEmploymentTotal double Decimal
postgraduateLoanTotal double Decimal
statutoryPaymentsTotal double Decimal
studentLoanTotal double Decimal
taxThisEmploymentTotal double Decimal
totalPayTotal double Decimal
totalTaxTotal double Decimal