"SoftLayer_" prefix removed for readability.
Modifies a collection of associated preferences
Using this method, multiple SoftLayer_Layout_Profile_Preference objects may be updated at once.
Refer to [[SoftLayer_Layout_Profile::modifyPreference()]] for more information.
Name | Type | Description |
---|---|---|
layoutPreferenceObjects | SoftLayer_Layout_Profile_Preference[] | All the preferences to modify. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Layout_Profile_Preference]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Layout_Profile_Customer/{SoftLayer_Layout_Profile_CustomerID}/modifyPreferences'