"SoftLayer_" prefix removed for readability.
Returns all service cancellation requests
This method returns all service cancellation requests.
Make sure to include the “resultLimit” in the SOAP request header for quicker response. If there is no result limit header is passed, it will return the latest 25 results by default.
None
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item_Cancellation_Request/getAllCancellationRequests'