POST api/AppProduct/AppSaveProductLevelUpgrade

AppSaveProductLevelUpgrade

Request Information

URI Parameters

None.

Body Parameters

AppSaveProductLevelUpgrade
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductLevelID

integer

None.

ResourceID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ProductLevelID": 1,
  "ResourceID": 1,
  "UserUUIDCur": "8d32ae2c-fefb-4164-96b8-d2fd20b9a3b7"
}

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": "e6043311-3ef8-4d59-a4e9-33ab815db26f"
    },
    {
      "ProductLevelID": 1,
      "MaxDiscount": 1.1,
      "MaxDiscountValue": 1.1,
      "ProductLevelName": "sample string 1",
      "CurrentProductLevel": true,
      "UserUUIDCur": "e6043311-3ef8-4d59-a4e9-33ab815db26f"
    }
  ],
  "ProductResource": [
    {
      "PhotoUUID": "fbf8b5cc-ff46-4b7e-80ec-4089a95823a6",
      "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": "09eab6ac-0044-48ea-bc22-4b69911d7632"
    },
    {
      "PhotoUUID": "fbf8b5cc-ff46-4b7e-80ec-4089a95823a6",
      "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": "09eab6ac-0044-48ea-bc22-4b69911d7632"
    }
  ],
  "ProductLevelDetails": {
    "Msg": "sample string 1",
    "PhotoUUID": "0d0ffbb7-a996-43e5-a079-48bf7ff068e2"
  }
}