PUT v1/SubscriptionProductPriceOverrides
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Put.SubscriptionProductPriceOverrideLiteName | Description | Type | Additional information |
---|---|---|---|
chargeAmount | decimal number |
Range: inclusive between 0 and 79228162514264337593543950335 |
|
priceRanges | Collection of Common.Dto.Put.SubscriptionProductPriceModelOverride |
None. |
|
pricingModelType | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "chargeAmount": 1.0, "priceRanges": [ { "min": 1.0, "max": 1.0, "price": 2.0 }, { "min": 1.0, "max": 1.0, "price": 2.0 } ], "pricingModelType": "sample string 2", "id": 3 }
Response Information
Resource Description
None.