POST v6/materialSubCategory/save

Create or Update an existing MaterialSubCategory

Request Information

URI Parameters

None.

Body Parameters

MaterialSubCategoryModel
NameDescriptionTypeAdditional information
MaterialSubCategoryId

integer

None.

MaterialSubCategory

string

None.

MaterialCategoryId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "materialSubCategoryId": 1,
  "materialSubCategory": "sample string 2",
  "materialCategoryId": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.