Creates a new product tier.
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
{
"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
}