approveModifiedOrder


SoftLayer_Billing_Order::approveModifiedOrder

Approve the changes of a modified order

Description

When an order has been modified, the customer will need to approve the changes. This method will allow the customer to approve the changes.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order/{SoftLayer_Billing_OrderID}/approveModifiedOrder'