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": "2492efc6-8a65-450c-9cbc-56158b27a817"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]