createObject


SoftLayer_User_Customer_Notification_Virtual_Guest::createObject

Create a user virtual guest notification entry

Description

Passing in an unsaved instance of a SoftLayer_Customer_Notification_Virtual_Guest object into this function will create the object and return the results to the user.

Parameters

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

Required Headers

Optional Headers

Return Values

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