"SoftLayer_" prefix removed for readability.
Obtain an order container that is ready to be sent to the [[SoftLayer_Product_Order#placeOrder|SoftLayer_Product_Order::placeOrder]] method.
Name | Type | Description |
---|---|---|
billingType | enum |
|
orderPrices | SoftLayer_Product_Item_Price[] | This is a list of prices that could replace options that are normally selected by matching the items to the existing virtual server. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [enum, SoftLayer_Product_Item_Price]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/getOrderTemplate'