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