editRegistrationAttachedDetails


SoftLayer_Network_Subnet_Registration::editRegistrationAttachedDetails

Deprecated

[Deprecated] Modify the link between a SoftLayer_Network_Subnet_Registration object and two SoftLayer_Account_Regional_Registry_Detail objects simultaneously.

Description

The subnet registration service has been deprecated.

This method modifies a single registration by modifying the current SoftLayer_Network_Subnet_Registration_Details objects that are linked to that registration.


Parameters

Name Type Description
personObjectSkeleton SoftLayer_Network_Subnet_Registration_Details
networkObjectSkeleton SoftLayer_Network_Subnet_Registration_Details

Required Headers

Optional Headers

  • None

Return Values

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