reactivateAccount


SoftLayer_Brand::reactivateAccount

Description

Reactivate an account associated with this Brand. Anything that would disqualify the account from being reactivated will cause an exception to be raised.

Parameters

Name Type Description
accountId int

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Brand/{SoftLayer_BrandID}/reactivateAccount'