POST api/AdminProduct/GetProductStats
AdmGetProductStats
Request Information
URI Parameters
None.
Body Parameters
GetProductStats_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| ProductActive | boolean |
None. |
|
| ProductActiveLng | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"LanguageID": 1,
"ProductActive": true,
"ProductActiveLng": true,
"UserUUIDCur": "f3fd7962-239e-4ccb-bb12-89d13fb19de4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]