PUT

Updates an existing notification rule.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/notificationrule/<objectId>

HTTPS method:

PUT

Parameters:

See Notification API Parameters. All parameters are optional for the Notification API update operation.

Example XML response:


<NotificationRule>
 <body>New Contact:</body>
 <campaignUrl>
  https://[ServerIP]:[Port]/ccp-webapp/ccp/
  campaign/Pushed_Contacts
 </campaignUrl>
 <changeStamp>0</changeStamp>
 <name>Push</name>
 <subject>
  Notification: New Push Tag applied to Pushed 
  Contacts Campaign
 </subject>
 <tags>
  <tag>push</tag>
 </tags>
 <targets>
  <target>user@example.com</target>
 </targets>
<type>email</type>

HTTPS response headers:

A 200 OK http header is returned on success.