POST api/AdminVipLevel/GetProductLevel
AdmGetProductLevel
Request Information
URI Parameters
None.
Body Parameters
GetProductLevel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductLevelID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| ProductLevelActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductLevelID": 1,
"LanguageID": 1,
"ProductLevelActive": true,
"UserUUIDCur": "545e60de-3b9c-42aa-a0e1-a85cc9df9eae"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]