Downloads the P60 form for the employee for the specified financial year as a PDF.

Request

GET http:///api/v2/business/{businessId}/employee/{employeeId}/hmrcforms/p60download/{financialYearEnding}

Path parameters

Parameter name Value Description Additional
financialYearEnding int32 Required
businessId string Required
employeeId string Required

Response

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

Status code Description Resource
200 OK

OK

ByteArrayContent
404 Not Found

Not Found

ProblemDetails