POST api/Master/InsertCatogoryMaster
Request Information
URI Parameters
None.
Body Parameters
InsertCatogoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdCatogKey | integer |
None. |
|
| ProdCatogCode | string |
None. |
|
| ProdCatogName | string |
None. |
|
| ProdCatogNameAr | string |
None. |
|
| ProdImgPath | string |
None. |
|
| ProdIconName | string |
None. |
|
| ProdDeptKey | integer |
None. |
|
| CompKey | integer |
None. |
|
| Subsordemo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProdCatogKey": 1,
"ProdCatogCode": "sample string 2",
"ProdCatogName": "sample string 3",
"ProdCatogNameAr": "sample string 4",
"ProdImgPath": "sample string 5",
"ProdIconName": "sample string 6",
"ProdDeptKey": 7,
"CompKey": 8,
"Subsordemo": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.