Updates a subset of the HMRC Settings for the business.

Request

PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/hmrcsettings/simple-update

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

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

{
    "accountsOfficeReference": "string",
    "paye": "string",
    "uniqueTaxPayerReference": "string"
}

Properties

Name Type Description
accountsOfficeReference string String
paye string String
uniqueTaxPayerReference string String

Response

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

Status code Description Resource
200 OK

OK

HmrcSettingsResponseModel