Updates the deduction category with the specified ID.
PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/deductioncategory/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required |
The request body takes a complete UkDeductionCategoryModel resource, containing the following writable properties:
{
"cisType": "string",
"externalId": "string",
"id": "int32",
"isSystem": "boolean",
"minimumWageDeductionImpact": "string",
"name": "string",
"nationalInsuranceImpact": "string",
"pensionableEarningsImpact": "string",
"source": "string",
"taxExempt": "boolean"
}
Name | Type | Description |
---|---|---|
cisType | string |
DeductionCategoryCisType
Possible values are:
|
externalId | string | String |
id | int32 | Int32 |
isSystem | boolean | Boolean |
minimumWageDeductionImpact | string |
MinimumWageDeductionImpact
Possible values are:
|
name | string | String |
nationalInsuranceImpact | string |
DeductionCategoryPreTaxNationalInsuranceImpact
Possible values are:
|
pensionableEarningsImpact | string |
DeductionCategoryPreTaxPensionImpact
Possible values are:
|
source | string |
ExternalService
Possible values are:
|
taxExempt | boolean | Boolean |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UkDeductionCategoryModel |
Powered by DapperDox