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": "ec9c3de0-d71e-496e-86e3-dc5aad560313"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]