POST v6/skuCategory/save
Request Information
URI Parameters
None.
Body Parameters
SKUCategoryModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUCategoryId | integer |
None. |
|
| SKUCategory | string |
None. |
|
| SKUCategoryCode | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsRawMaterial | boolean |
None. |
|
| IsIntegrationControlled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuCategoryId": 1,
"skuCategory": "sample string 2",
"skuCategoryCode": "sample string 3",
"isActive": true,
"isRawMaterial": true,
"isIntegrationControlled": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.