POST v1/SubscriptionProductPriceOverrides

Request Information

URI Parameters

None.

Body Parameters

Common.Dto.Post.SubscriptionProductPriceOverrideLite
NameDescriptionTypeAdditional information
id

integer

None.

chargeAmount

decimal number

Range: inclusive between 0 and 79228162514264337593543950335

priceRanges

Collection of Common.Dto.Post.SubscriptionProductPriceModelOverride

None.

pricingModelType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "chargeAmount": 2.0,
  "priceRanges": [
    {
      "min": 1.0,
      "max": 1.0,
      "price": 2.0
    },
    {
      "min": 1.0,
      "max": 1.0,
      "price": 2.0
    }
  ],
  "pricingModelType": "sample string 3"
}

Response Information

Resource Description

None.