isPendingEditApproval


SoftLayer_Billing_Order::isPendingEditApproval

Determine if the existing order is pending edit approval

Description

When an order has been modified, it will contain a status indicating so. This method checks that status and also verifies that the active user’s account is the same as the account on the order.

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}/isPendingEditApproval'