getCancellationCutoffDate


SoftLayer_Billing_Item_Cancellation_Request::getCancellationCutoffDate

Returns service cancellation cut off date.

Description

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


Parameters

Name Type Description
accountId int Your account id
categoryCode string The category code of this billing items that you wish to cancel

Required Headers

Optional Headers

  • None

Return Values

  • dateTime
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'