Description
Use this method to get details of the pricing for the CodeGuard plans for your Sub-Resellers.
Response
Returns a map with the prices of the CodeGuard plans along with the prices of the other products.
The response structure for the CodeGuard product will be:
 "productkey": { "plans": { "planid": { "action": { "tenure-in-months":price }, } } }
 
Example:
 "codeguard": { "plans": { "229": { "renew": { "6":0.0 "12":0.0 "24":0.0 }, "add": { "6":0.0 "12":0.0 "24":0.0 } }, "230": { "renew": { "6":0.0 "12":0.0 "24":0.0 }, "add": { "6":0.0 "12":0.0 "24":0.0 } } "231": { "renew": { "6":0.0 "12":0.0 "24":0.0 }, "add": { "6":0.0 "12":0.0 "24":0.0 } } "232": { "renew": { "6":0.0 "12":0.0 "24":0.0 }, "add": { "6":0.0 "12":0.0 "24":0.0 } } } }