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