SoftLayer Dns Domain ResourceRecord::editObjects
From SoftLayer Development Network Wiki
editObjects is a member of the SoftLayer_Dns_Domain_ResourceRecord service.
Contents |
Overview
Create multiple resource records on a domain. This follows the same logic as createObject'. The serial number of the domain associated with this resource record is updated upon creation.
createObjects returns Boolean true on successful creation or false if it was unable to create a resource record.
User Access
Users wishing to execute editObjects service must have the Manage DNS permission assigned to their account.
Return Type
editObjects returns the boolean data type.
Headers
Required Headers
editObjects requires the following headers:
Parameters
editObjects takes the following parameters:
templateObjects
An array of skeleton SoftLayer_Dns_Domain_ResourceRecord objects with only the properties defined that you wish to change. Unchanged properties are left alone.

