Updates a subset of the HMRC Settings for the business.
PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/hmrcsettings/simple-update
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete SimpleHmrcSettingsRequestModel resource, containing the following writable properties:
{
"accountsOfficeReference": "string",
"paye": "string",
"uniqueTaxPayerReference": "string"
}
Name | Type | Description |
---|---|---|
accountsOfficeReference | string | String |
paye | string | String |
uniqueTaxPayerReference | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
HmrcSettingsResponseModel |
Powered by DapperDox