Znode

Build Version:

POST createproducttier

Creates a new product tier.

Request Information

» Parameters

Name Description Additional information
model

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Price": 1.0,
  "ProfileID": 1,
  "TierEnd": 2,
  "TierStart": 3,
  "ProductId": 4,
  "ProductTierID": 5,
  "UserType": "sample string 6",
  "UserName": "sample string 7",
  "Discount": 1.0,
  "IsPercentageAmount": true
}