editObjects


SoftLayer_Account_Regional_Registry_Detail_Property::editObjects

Deprecated

[Deprecated] Edit multiple property objects.

Description

The subnet registration detail property service has been deprecated.

Edit multiple SoftLayer_Account_Regional_Registry_Detail_Property objects.


Parameters

Name Type Description
templateObjects SoftLayer_Account_Regional_Registry_Detail_Property[] An array of skeleton SoftLayer_Account_Regional_Registry_Detail_Property objects with only the properties defined that you wish to change. Unchanged properties are left alone.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Associated Methods

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