getAllCancellationRequests


SoftLayer_Billing_Item_Cancellation_Request::getAllCancellationRequests

Returns all service cancellation requests

Description

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.


Parameters

None

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item_Cancellation_Request/getAllCancellationRequests'