"SoftLayer_" prefix removed for readability.
Create a new customer account record.
Name | Type | Description |
---|---|---|
account | SoftLayer_Account | The template of the account object to be created. |
bypassDuplicateAccountCheck | boolean | Bypass validation for duplicate account(s). |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Account, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Brand/createCustomerAccount'