POST api/AdminProduct/GetProductLegal
AdmGetProductProductLegal
Request Information
URI Parameters
None.
Body Parameters
GetProductLegal_Request| Name | 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": "fa57cf08-6353-44a6-b75b-1d9acff3db66"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]