saveQuote


SoftLayer_Billing_Order_Quote::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_Quote/{SoftLayer_Billing_Order_QuoteID}/saveQuote'