createObject


SoftLayer_Account_Regional_Registry_Detail::createObject

Deprecated

[Deprecated] Create a new detail object

Description

The subnet registration detail service has been deprecated.

This method will create a new SoftLayer_Account_Regional_Registry_Detail object.

Input - SoftLayer_Account_Regional_Registry_Detail

  • detailTypeId
    • Required
    • Type - integer
  • regionalInternetRegistryHandleId
    The id of the SoftLayer_Account_Rwhois_Handle object. This is only to be used for detailed registrations, where a subnet is registered to an organization. The associated handle will be required to be a valid organization object id at the relevant registry. In this case, the detail object will only be valid for the registry the organization belongs to.
    • Optional
    • Type - integer


Parameters

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