POST api/AdminProduct/GetProductProductCategoryHelp
Request Information
URI Parameters
None.
Body Parameters
GetProductCategoryHelper_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| Search | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"Search": "sample string 1",
"UserUUIDCur": "f17d27a5-1f44-4b67-b9e4-250e3846f4f1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]