getRecalculatedOrderContainer


SoftLayer_Billing_Order_Quote::getRecalculatedOrderContainer

Generate an SoftLayer_Container_Product_Order from the previously-created quote.

Description

Generate an SoftLayer_Container_Product_Order from the previously-created quote. This will take into account promotions, reseller status, estimated taxes and all other standard order verification processes.

Parameters

Name Type Description
userOrderData SoftLayer_Container_Product_Order User supplied order data
orderBeingPlacedFlag boolean This flag is set and used internally

Required Headers

Optional Headers

  • None

Return Values

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'