POST api/AdminProduct/GetProductCategory
AdmGetProductCategory
Request Information
URI Parameters
None.
Body Parameters
GetProductCategory_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductCategoryID | integer |
None. |
|
ProductCategoryIDParent | integer |
None. |
|
LanguageID | integer |
None. |
|
ProductCategoryActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductCategoryID": 1, "ProductCategoryIDParent": 1, "LanguageID": 1, "ProductCategoryActive": true, "UserUUIDCur": "5da37458-3923-4ec6-b332-5f6aa1965893" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]