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