/mcpResponse Code: 200 OK Modifying Schedule Notification The following is an example of the PUT request that modifies the Schedule notification for the user as represented by <SendScheduledNotificationAt>: PUT vmrest/users/<user-object-id>/notificationdevices/htmldevices/<device-object-id> Response Code: 204 OK <HtmlDevice> <URI>/vmrest/users/a3ab2df0-f16c-405f-afdf-394495acf000/notificationdevices/htmldevices/856c8ce9-d7dd-4623-888b-8d14874061af</URI> <Active>True</Active> <DeviceName>HTML</DeviceName> <DisplayName>HTMLDevice1</DisplayName> <NotificationTemplateID>3be2bd9e-114b-4103-a724-4e6c908d7c86</NotificationTemplateID> <ObjectId>856c8ce9-d7dd-4623-888b-8d14874061af</ObjectId> <SubscriberObjectId>a3ab2df0-f16c-405f-afdf-394495acf000</SubscriberObjectId> <SendScheduledNotificationAt>10:15,23:00 </SendScheduledNotificationAt> <EventList>NewVoiceMail</EventList> </HtmlDevice> JSON Example PUT vmrest/users/<user-object-id>/notificationdevices/htmldevices/<device-object-id>?jsonp=1 { "Active":"false", "DisplayName":"HTML", "NotificationTemplateID":"3be2bd9e-114b-4103-a724-4e6c908d7c86", "EventList":"NewMissedCall", "SendScheduledNotificationAt":"9:00" } Response Code: 204 OK The following is an example of the PUT request that deletes all the existing schedules by representing the <SendScheduledNotificationAt> tag empty: <HtmlDevice> <Active>True</Active> <DisplayName>HTMLDevice1</DisplayName> <NotificationTemplateID>3be2bd9e-114b-4103-a724-4e6c908d7c86</NotificationTemplateID> <ObjectId>856c8ce9-d7dd-4623-888b-8d14874061af</ObjectId> <EventList>None</EventList> <SendScheduledNotificationAt></SendScheduledNotificationAt> </HtmlDevice> Response Code : 204 Ok JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 93 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Notification Devices API Modifying Schedule Notification