GET api/P60?employeeNo={employeeNo}&taxYear={taxYear}

Get an employees P60

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeNo

Employee Number

string

Required

taxYear

P60 Tax Year

integer

Required

Body Parameters

None.

Response Information

Resource Description

P60

P60
NameDescriptionTypeAdditional information
P60Details

P60Details

None.

Response Formats

application/json, text/json

Sample:
{
    "P60Details": 
    {
        "EmployeeNo": "7676",
        "Surname": "Red",
        "Forename": "Sasha",
        "MiddleNames": "",
        "NINumber": "AA574548",
        "CompanyName": "OccupationAbsCompany",
        "CompanyAddress1": "",
        "CompanyAddress2": "",
        "CompanyAddress3": "",
        "CompanyCity": "",
        "CompanyCounty": "",
        "CompanyPostCode": "",
        "Address1": "",
        "Address2": "",
        "Address3": "",
        "Address4": "",
        "Address5": "",
        "Postcode": "",
        "TaxCode": "1257L",
        "TaxablePayThisEmployment": 36000.0,
        "TaxPaidThisEmployment": 4684.0,
        "TaxablePayTotalForYear": 36000.0,
        "TaxPaidTotalForYear": 4684.0,
        "NITableLetter1": "A",
        "NITableLetter2": "",
        "NITableLetter3": "",
        "NITableLetter4": "",
        "LEL1": 3120.0,
        "LEL2": 0.0,
        "LEL3": 0.0,
        "LEL4": 0.0,
        "LELtoPT1": 1662.0,
        "LELtoPT2": 0.0,
        "LELtoPT3": 0.0,
        "LELtoPT4": 0.0,
        "EENIContribution1": 2065.06,
        "EENIContribution2": 0.0,
        "EENIContribution3": 0.0,
        "EENIContribution4": 0.0,
        "SMP": 0.0,
        "SPP": 0.0,
        "ASPP": 0.0,
        "SAP": 0.0,
        "StudentLoanDeductions": 0.0,
        "EmployerPAYERef": "56/"
    }
}