Creates a deduction category for the business.
POST http:///api/v2/business/{businessId}/deductioncategory
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | 
The request body takes a complete NzDeductionCategoryModel 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