POST api/AdminProduct/GetProductLegal
AdmGetProductProductLegal
Request Information
URI Parameters
None.
Body Parameters
GetProductLegal_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductLegalID | integer |
None. |
|
ProductID | integer |
None. |
|
LanguageID | integer |
None. |
|
ProductLegalActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductLegalID": 1, "ProductID": 1, "LanguageID": 1, "ProductLegalActive": true, "UserUUIDCur": "c0c21841-9fbd-45bc-a804-64f26569be1b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]