POST api/AppProduct/AppGetProductVIP
AppGetProductVIP
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIP| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "2d9d6164-c372-4113-8b0a-4790a6816f6d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
_AppGetProductVIP_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductValue | decimal number |
None. |
|
| MinDiscount | decimal number |
None. |
|
| MaxDiscount | decimal number |
None. |
|
| CartQuantity | integer |
None. |
|
| Descr | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductValue": 1.1,
"MinDiscount": 1.1,
"MaxDiscount": 1.1,
"CartQuantity": 1,
"Descr": "sample string 1",
"UserUUIDCur": "980a8d57-3fbe-4606-9c4c-028003765a37"
}