createObject


SoftLayer_Notification_User_Subscriber_Preference::createObject

Create a new notification preference for a subscriber.

Description

Use the method to create a new notification preference for a subscriber

Parameters

Name Type Description
templateObject SoftLayer_Notification_User_Subscriber_Preference The SoftLayer_Notification_User_Subscriber_Preference object that you wish to create.

Required Headers

Optional Headers

  • None

Return Values

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