createObject


SoftLayer_Account_Regional_Registry_Detail_Property::createObject

Deprecated

[Deprecated] Create a new property object

Description

The subnet registration detail property service has been deprecated.

This method will create a new SoftLayer_Account_Regional_Registry_Detail_Property object.

Input - SoftLayer_Account_Regional_Registry_Detail_Property

  • registrationDetailId
    The numeric ID of the SoftLayer_Account_Regional_Registry_Detail this property belongs to
    • Required
    • Type - integer
  • propertyTypeId
    The numeric ID of the associated SoftLayer_Account_Regional_Registry_Detail_Property_Type object
    • Required
    • Type - integer
  • sequencePosition
    When more than one property of the same type exists on a detail object, this value determines the position in that collection. This can be thought of more as a sort order.
    • Required
    • Type - integer
  • value
    The actual value of the property.
    • Required
    • Type - string


Parameters

Name Type Description
templateObject SoftLayer_Account_Regional_Registry_Detail_Property The SoftLayer_Account_Regional_Registry_Detail_Property 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_Regional_Registry_Detail_Property]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Regional_Registry_Detail_Property/createObject'