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": "179b672e-fad6-4432-bf90-a4c6012acf9c"
}

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": "44fec2aa-5203-47f0-94be-8c5bec6016aa"
    },
    {
      "ProductLevelID": 1,
      "MaxDiscount": 1.1,
      "MaxDiscountValue": 1.1,
      "ProductLevelName": "sample string 1",
      "CurrentProductLevel": true,
      "UserUUIDCur": "44fec2aa-5203-47f0-94be-8c5bec6016aa"
    }
  ],
  "ProductResource": [
    {
      "PhotoUUID": "2653d991-81a1-47e5-8c27-9a7a6f52f7c9",
      "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": "b25d98b3-d247-457a-bad5-18a7e254db0f"
    },
    {
      "PhotoUUID": "2653d991-81a1-47e5-8c27-9a7a6f52f7c9",
      "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": "b25d98b3-d247-457a-bad5-18a7e254db0f"
    }
  ],
  "ProductLevelDetails": {
    "Msg": "sample string 1",
    "PhotoUUID": "6b15df63-a37c-4885-a936-c1eb24019674"
  }
}