POST v6/skuCategory/subCategory/save
Request Information
URI Parameters
None.
Body Parameters
SKUCategorySubCategoryModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUSubCategoryId | integer |
None. |
|
| SKUCategoryId | integer |
None. |
|
| SKUSubCategory | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuSubCategoryId": 1,
"skuCategoryId": 2,
"skuSubCategory": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.