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 AuDeductionCategoryModel resource, containing the following writable properties:
{
"expenseGeneralLedgerMappingCode": "string",
"externalId": "string",
"id": "int32",
"isResc": "boolean",
"isSystem": "boolean",
"liabilityGeneralLedgerMappingCode": "string",
"name": "string",
"paymentSummaryClassification": "string",
"sgcCalculationImpact": "string",
"source": "string",
"taxExempt": "boolean"
}
| Name | Type | Description |
|---|---|---|
| expenseGeneralLedgerMappingCode | string | String |
| externalId | string | String |
| id | int32 | Int32 |
| isResc | boolean | Boolean |
| isSystem | boolean | Boolean |
| liabilityGeneralLedgerMappingCode | string | String |
| name | string | String |
| paymentSummaryClassification | string |
DeductionCategoryPaymentSummaryClassification
Possible values are:
|
| sgcCalculationImpact | string |
SGCCalculationImpactEnum
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 |
Powered by DapperDox