Updates the deduction category with the specified ID.
PUT http:///api/v2/business/{businessId}/deductioncategory/{id}
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required | 
The request body takes a complete SgDeductionCategoryModel 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  | 
          
Powered by DapperDox