"SoftLayer_" prefix removed for readability.
Generate an SoftLayer_Container_Product_Order from the previously-created quote.
| Name | Type | Description |
|---|---|---|
| userOrderData | SoftLayer_Container_Product_Order | User supplied order data |
| orderBeingPlacedFlag | boolean | This flag is set and used internally |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Product_Order, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order_Quote/{SoftLayer_Billing_Order_QuoteID}/getRecalculatedOrderContainer'