Void a service cancellation that was previously made.
Description
Void a previously made cancellation for a service
Parameters
None
Required Headers
Optional Headers
Return Values
Error Handling
- Throw the exception “Cannot void cancellation for this service through the API.” If a billing items service type cannot have a cancellation voided through the API.
- Throw the exception “Cannot void cancellation. This billing item is not set to cancel.” If a service is not cancelled.
- Throw the exception “Cannot void cancellation. The void cnacellation period has expired.” If the void cancellation period has expired
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item/{SoftLayer_Billing_ItemID}/voidCancelService'