getRecalculatedOrderContainer


SoftLayer_Billing_Order::getRecalculatedOrderContainer

Generate an SoftLayer_Container_Product_Order from a billing order.

Description

Generate an SoftLayer_Container_Product_Order from a billing order. This will take into account promotions, reseller status, estimated taxes and all other standard order verification processes.

Parameters

Name Type Description
message string Message to return with the verified order
ignoreDiscountsFlag 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": [string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order/{SoftLayer_Billing_OrderID}/getRecalculatedOrderContainer'