POST api/AdminProduct/GetProductsLegal
AdmGetProductLegal
Request Information
URI Parameters
None.
Body Parameters
GetProductsLegal_Request| Name | 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": "4003ab24-9008-4d3e-b363-a9baae73ef0c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]