POST api/AdminProduct/GetProductStats

AdmGetProductStats

Request Information

URI Parameters

None.

Body Parameters

GetProductStats_Request
NameDescriptionTypeAdditional 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": "71aa0d81-de1d-40ff-9e2c-44f1a85c0d6f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]