POST v6/materialcategory/save
Create or Update an Existing MaterialCategory
Request Information
URI Parameters
None.
Body Parameters
MaterialCategoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MaterialCategoryId |
MaterialCategoryId |
integer |
None. |
| MaterialCategory |
MaterialCategory |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"materialCategoryId": 1,
"materialCategory": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.