editObject


SoftLayer_Account_Address::editObject

Edit an address record.

Description

Edit the properties of an address record by passing in a modified instance of a SoftLayer_Account_Address object. Users will be restricted to modifying addresses for their account.

Parameters

Name Type Description
templateObject SoftLayer_Account_Address A skeleton SoftLayer_Account_Address object with only the properties defined that you wish to change. Unchanged properties are left alone.

Required Headers

Optional Headers

  • None

Return Values

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