setSnoozeTimer


SoftLayer_Notification_User_Subscriber_Mobile::setSnoozeTimer

Description


Parameters

Name Type Description
start int Epoch time stamp representing start snooze time.
end int Epoch time stamp representing end snooze time.

Required Headers

Optional Headers

  • None

Return Values

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