Description
Use this method to get details of the pricing for Domain Backordering.
Response
Returns a map with the prices of Domain Backordering along with the prices of the other products.
The response structure for the Domain Backordering will be:
"productkey": { "plans": { "planid": { "action": { "tenure-in-months":price }, } } }
Example:
"backorderservice":{"plans":{"1234":{"renew":{"12":916.9},"add":{"12":1000.0}}}}