POST api/AppProduct/AppGetProductVIPLevel

AppGetProductLevel

Request Information

URI Parameters

None.

Body Parameters

AppGetProductVIPLevel
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "38e994d4-79c5-483b-a823-19b1342e030d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppGetProductVIPLevel_Response
NameDescriptionTypeAdditional information
ProductLevel

Collection of ProductLevel

None.

ProductResource

Collection of ProductResource

None.

ProductLevelDetails

ProductLevelDet

None.

Response Formats

application/json, text/json

Sample:
{
  "ProductLevel": [
    {
      "ProductLevelID": 1,
      "MaxDiscount": 1.1,
      "MaxDiscountValue": 1.1,
      "ProductLevelName": "sample string 1",
      "CurrentProductLevel": true,
      "UserUUIDCur": "6a1d7605-1eec-4509-8129-7f3b3c0d1d15"
    },
    {
      "ProductLevelID": 1,
      "MaxDiscount": 1.1,
      "MaxDiscountValue": 1.1,
      "ProductLevelName": "sample string 1",
      "CurrentProductLevel": true,
      "UserUUIDCur": "6a1d7605-1eec-4509-8129-7f3b3c0d1d15"
    }
  ],
  "ProductResource": [
    {
      "PhotoUUID": "e695c677-faa8-4824-8a4a-efc51fb494bd",
      "ResourceName": "sample string 1",
      "ResourceQ": 1,
      "ResourceDescr": "sample string 2",
      "Msg": "sample string 3",
      "ProductLevelVisible": true,
      "ResourceActive": true,
      "TelmoneButton": true,
      "UpgradeButton": true,
      "Completed": 1.1,
      "UserUUIDCur": "9bc4f05f-12cb-4256-b1c4-5e635a276a49"
    },
    {
      "PhotoUUID": "e695c677-faa8-4824-8a4a-efc51fb494bd",
      "ResourceName": "sample string 1",
      "ResourceQ": 1,
      "ResourceDescr": "sample string 2",
      "Msg": "sample string 3",
      "ProductLevelVisible": true,
      "ResourceActive": true,
      "TelmoneButton": true,
      "UpgradeButton": true,
      "Completed": 1.1,
      "UserUUIDCur": "9bc4f05f-12cb-4256-b1c4-5e635a276a49"
    }
  ],
  "ProductLevelDetails": {
    "Msg": "sample string 1",
    "PhotoUUID": "f26df37c-e7aa-4012-af84-105acabd6cf0"
  }
}