Sets p11d and/or payrolling of benefits active or inactive and the business as having registered with HMRC from the given tax year
PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/benefitcategory/processingoptions
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete SaveBenefitCategoriesProcessingOptionsModel resource, containing the following writable properties:
{
"isInformallyPayrollingEnabled": "boolean",
"isP11dBenefitsEnabled": "boolean",
"isPayrollingBenefitsEnabled": "boolean",
"registeredFromTaxYear": "int32"
}
Name | Type | Description |
---|---|---|
isInformallyPayrollingEnabled | boolean |
Nullable |
isP11dBenefitsEnabled | boolean |
Nullable |
isPayrollingBenefitsEnabled | boolean |
Nullable |
registeredFromTaxYear | int32 |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
204 | No Content No Content |
Powered by DapperDox