POST api/AppProduct/AppGetProductVIP
AppGetProductVIP
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIPName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "c6ba6de2-e9d8-4310-8b14-022582626f21" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
_AppGetProductVIP_ResponseName | 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": "4e6c90f8-d8bb-4dab-99aa-e07ed41b6995" }