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": "cfbc75e7-5ffc-43f7-91b5-4c3b75f1bd95"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]