Description
Gets the applicable modify/upgrade price for a particular Reseller Linux Hosting Order.
Parameters
| Name | Data Type | Required / Optional | Description | 
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter | 
| api-key | String | Required | Authentication Parameter | 
| order-id | Integer | Required | The Order ID for which the details are to be fetched. | 
| new-plan-id | Integer | Required | The new plan to which the Order is to be upgraded/downgraded. To fetch the plan details: plan-id etc., use this method. | 
| months | Integer | Required | The number of months (tenure) in the new plan for which the Order to be placed. | 
HTTP Method
GET
Example Test URL Request
Response
Returns the applicable modify/upgrade price for a particular Reseller Linux Hosting Order.
Example:
{ "upgradecost":0.0, "modifiedOrderPrice":0.0, "endtime":"0000000000", "remainingmonths":0, "currentOrderPrice":0.0 } 
where
- 
currentOrderPrice: The current pricing of the Order for remaining months. 
- 
modifiedOrderPrice: New applicable pricing of the Order as per the new plan. 
- 
upgradecost: Actual price applicable i.e. modifiedOrderPrice - currentOrderPrice 
