hello,
Overview
Error Handling
Error Handling
Methods
- Account/Auth/
- Account/SSH/Key/
- Billing/Invoice/
- Billing/Payment/
- Cloud/Backup/
- Cloud/Config/
- Cloud/IP/Pool/
- Cloud/Image/
- Cloud/Server/
- Cloud/Template/
- Monitoring/Bandwidth/
- Monitoring/Load/
- Monitoring/Services/
- Network/DNS/Domain/
- Network/DNS/Record/
- Network/DNS/Reverse/
- Network/DNS/Zone/
- Network/Firewall/
- Network/Firewall/Ruleset/
- Network/IP/
- Network/LoadBalancer/
- Network/Pool/
- Network/Private/
- Network/Region/
- Network/Zone/
- Notifications/
- Order/AddOn/
- Product/
- Server/
- Server/VirtualDomain/
- Storage/Block/Cluster/
- Storage/Block/Volume/
- Support/Alert/
- Utilities/Info/
- VIP/
- VPN/
API Documentation (API Version v1)
Order/AddOn/
DESCRIPTION
API methods for finding and adding additional items onto an order.
add
URL:
https://api.liquidweb.com/v1/Order/AddOn/add
Description:
Adds one or more addons to an order.
Parameters:
Parameter | Type | Notes |
---|---|---|
addon_id | Either: a positive integer value (i.e. 1 and up).; or An array of a positive integer value (i.e. 1 and up). | * Required |
order_id | A positive integer value (i.e. 1 and up). | * Required |
Returns:
Field | Type | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
addons | An array of associative arrays containing | |||||||||||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
findmatches
URL:
https://api.liquidweb.com/v1/Order/AddOn/findmatches
Description:
Find all the addons that match a given order_id.
Parameters:
Parameter | Type | Notes |
---|---|---|
order_id | A positive integer value (i.e. 1 and up). | * Required |
Returns:
Field | Type | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
addons | An array of associative arrays containing | |||||||||||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types