POST api/AdminProduct/SaveProductCategory
AdmSaveProductCategory
Request Information
URI Parameters
None.
Body Parameters
SaveProductCategory_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCategoryID | integer |
None. |
|
| ProductCategoryIDParent | integer |
None. |
|
| ProductCategoryPriority | integer |
None. |
|
| ProductCategoryActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ProductCategoryMinVIPLevelID | integer |
None. |
|
| ProductCategoryName | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductCategoryID": 1,
"ProductCategoryIDParent": 1,
"ProductCategoryPriority": 1,
"ProductCategoryActive": true,
"LanguageID": 1,
"ProductCategoryMinVIPLevelID": 1,
"ProductCategoryName": "sample string 1",
"UserUUIDCur": "7ed27edc-3678-4a11-bd5b-c011c537ecd3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}