POST api/AdminVipLevel/GetProductProductLevel
AdmGetProductProductLevel
Request Information
URI Parameters
None.
Body Parameters
GetProductProductLevel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductLevelID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| ProductActive | boolean |
None. |
|
| ProductLevelActive | boolean |
None. |
|
| ProductProductLevelActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductLevelID": 1,
"LanguageID": 1,
"ProductActive": true,
"ProductLevelActive": true,
"ProductProductLevelActive": true,
"UserUUIDCur": "97b6b378-88e9-4997-88bd-30ae30e7817f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]