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": "5208a0b6-959b-417c-a038-6198555f6c0b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]