POST api/AdminProduct/GetProductsLegal
AdmGetProductLegal
Request Information
URI Parameters
None.
Body Parameters
GetProductsLegal_RequestName | Description | Type | Additional information |
---|---|---|---|
LanguageID | integer |
None. |
|
ProductLegalID | integer |
None. |
|
CountryID | integer |
None. |
|
ProductLegalActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "LanguageID": 1, "ProductLegalID": 1, "CountryID": 1, "ProductLegalActive": true, "UserUUIDCur": "bbefe714-0832-4c28-8645-4df47fb2bf1c" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]