Loading...

Knowledge Base

Get Multi Domain Linux Hosting Pricing Details Using the API

When you want to retrieve pricing details for Multi Domain Linux Hosting plans using the API. This article explains the response structure for plan pricing, renewal pricing, SSL pricing, and supported billing tenures for US and India server locations.

Getting Customer Pricing

 

Description

Use this method to get details of the pricing for the Multi Domain Linux Hosting plans.

Response

Returns a map with the prices of the Multi Domain Linux Hosting plans along with the prices of the other products.

The response structure for the Multi Domain Linux Hosting will be:

"productkey": { "planid": { "action": { "tenure-in-months":price }, "ssl":price } }

Example:

US, Texas Server "multidomainhosting": { "1": { "renew": { "3":0.0, "12":0.0 }, "ssl":0.0, "add": { "3":0.0, "12":0.0 } }, "2": { "renew": { "3":0.0, "12":0.0 }, "add": { "3":0.0, "12":0.0 } } } India Server "multidomainhostinglinuxin": { "1": { "renew": { "3":0.0, "12":0.0 }, "ssl":0.0, "add": { "3":0.0, "12":0.0 } }, "2": { "renew": { "3":0.0, "12":0.0 }, "add": { "3":0.0, "12":0.0 } } }