POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p11d
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete ExbRequestApiModel resource, containing the following writable properties:
{
"taxYearEnding": "int32"
}
Name | Type | Description |
---|---|---|
taxYearEnding | int32 | Int32 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
LodgeExbApiResult |
Powered by DapperDox