Hi I am getting error in creating product rate plan charge . json as below { "objects": [ { "Name":"Dummy Rate Plan Charge", "BillCycleType":"SubscriptionStartDay", "BillingPeriod":"Month", "ChargeModel":"Flat Fee Pricing", "ChargeType":"Recurring", "BillingTiming":"In Arrears", "EndDateCondition":"SubscriptionEnd", "ListPriceBase":"Per Month", "ProductRatePlanChargeTierData":{ "ProductRatePlanChargeTier" : { "Price" : "100" } }, "TriggerEvent":"ContractEffective", "ProductRatePlanId":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } ], "type": "ProductRatePlanCharge" } Error - [ { "Errors": [ { "Code": "MISSING_REQUIRED_VALUE", "Message": "Missing required value: ProductRatePlanChargeTier." } ], "Success": false } ] Please help. Thanks in advance
... View more