"SoftLayer_" prefix removed for readability.
Returns service cancellation cut off date.
Services can be canceled 2 or 3 days prior to your next bill date. This service returns the time by which a cancellation request submission is permitted in the current billing cycle. If the current time falls into the cut off date, this will return next earliest cancellation cut off date.
Available category codes are: service, server
Name | Type | Description |
---|---|---|
accountId | int | Your account id |
categoryCode | string | The category code of this billing items that you wish to cancel |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item_Cancellation_Request/getCancellationCutoffDate'