POST api/AdminProduct/GetProductCategory
AdmGetProductCategory
Request Information
URI Parameters
None.
Body Parameters
GetProductCategory_Request| Name | 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": "054ad2c3-3ad5-4f2f-8b38-88df55bd8933"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]