POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p60/publish
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete PublishP60RequestModel resource, containing the following writable properties:
{
"employeeId": "int32",
"financialYearEnding": "int32",
"locationId": "int32",
"sendNotifications": "boolean"
}
Name | Type | Description |
---|---|---|
employeeId | int32 |
Nullable |
financialYearEnding | int32 | Int32 |
locationId | int32 |
Nullable |
sendNotifications | boolean | Boolean |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
PublishP60ApiResponseModel |
Powered by DapperDox