createObject


SoftLayer_Account_Address::createObject

Create a new address record.

Description

Create a new address record. The ‘’typeId’’, ‘‘accountId’’, ‘‘description’’, ‘‘address1’’, ‘‘city’’, ‘‘state’’, ‘‘country’’, and ‘‘postalCode’’ properties in the templateObject parameter are required properties and may not be null or empty. Users will be restricted to creating addresses for their account.

Parameters

Name Type Description
templateObject SoftLayer_Account_Address The SoftLayer_Account_Address object that you wish to create.

Required Headers

Optional Headers

Return Values

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