Request

POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p60/ispublished

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete IsPublishedP60RequestModel resource, containing the following writable properties:

{
    "employeeId": "int32",
    "financialYearEnding": "int32",
    "locationId": "int32"
}

Properties

Name Type Description
employeeId int32 Nullable
financialYearEnding int32 Int32
locationId int32 Nullable

Response

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

Status code Description Resource
200 OK

OK

IsPublishedP60ResponseModel