POST v6/skuCategory/subCategory/save

Request Information

URI Parameters

None.

Body Parameters

SKUCategorySubCategoryModelv6
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.