Sets p11d and/or payrolling of benefits active or inactive and the business as having registered with HMRC from the given tax year

Request

PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/benefitcategory/processingoptions

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete SaveBenefitCategoriesProcessingOptionsModel resource, containing the following writable properties:

{
    "isInformallyPayrollingEnabled": "boolean",
    "isP11dBenefitsEnabled": "boolean",
    "isPayrollingBenefitsEnabled": "boolean",
    "registeredFromTaxYear": "int32"
}

Properties

Name Type Description
isInformallyPayrollingEnabled boolean Nullable
isP11dBenefitsEnabled boolean Nullable
isPayrollingBenefitsEnabled boolean Nullable
registeredFromTaxYear int32 Nullable

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
204 No Content

No Content