POST v6/materialSubCategory/save
Create or Update an existing MaterialSubCategory
Request Information
URI Parameters
None.
Body Parameters
MaterialSubCategoryModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.