createCustomerAccount


SoftLayer_Brand::createCustomerAccount

Create a new customer account record.

Description

Create a new customer account record. By default, the newly created account will be associated to a platform (PaaS) account. To skip the automatic creation and linking to a new platform account, set the bluemixLinkedFlag to false on the account template.

Parameters

Name Type Description
account SoftLayer_Account The template of the account object to be created.
bypassDuplicateAccountCheck boolean Bypass validation for duplicate account(s).

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Account, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Brand/createCustomerAccount'