Request

POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p11d/publish

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

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

{
    "employeeId": "int32",
    "taxYear": "int32"
}

Properties

Name Type Description
employeeId int32 Int32
taxYear int32 Int32

Response

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

Status code Description Resource
200 OK

OK

P11dPublishApiResponseModel