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": "d3247aca-0303-4d48-a7e8-18236d481f5c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]