Switch to Different Package
With this API command, "Switch to a Different Package" process is provided.
| METHOD | POST |
| URL | < API URL >order/upgrade |
| Content-Type | application/json |
Parameters
| Name | Mandatory | Description |
| id | Yes | ID number for the service. |
| upgrade_product_type | Yes | Type of product to upgrade. Possible Value: software |
| upgrade_product_id | Yes | ID number of the product to be upgraded. Possible Value: Branded: 171, Unbranded: 92 |
Sample Request
{
"key":"< API KEY >",
"id":1001,
"upgrade_product_type":"software",
"upgrade_product_id":171
}
Sample Output
{
"status":"successful",
"invoice_id":1234,
"fee":9.99,
"fee_formatted":"$9.99"
}