saveQuote


SoftLayer_Billing_Order_Cart::saveQuote

Save the quote of an order

Description

Account master users and sub-users in the SoftLayer customer portal can save the quote of an order to avoid its deletion after 5 days or its expiration after 2 days.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • Throws the exception ‘You cannot save a saved quote.’
  • Throws the exception ‘You cannot save a deleted quote.’
  • Throws the exception ‘You cannot save an invalid quote.’

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order_Cart/{SoftLayer_Billing_Order_CartID}/saveQuote'