NotificationContactTemplate Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
NotificationContactTemplate Update
Update a notification contact template by replacing items in its definition.
Request
PATCH notificationcontacttemplates/{webId}
URL Parameters
-
webId The ID of the notification contact template to update. See WebID for more information.
Body Parameter
A partial notification contact template containing the desired changes.
Status Codes
204: The notification contact template was updated.
Sample Request Body
{
"Name": "Plant Manager",
"Description": "",
"Available": true,
"ConfigString": "",
"ContactType": "Individual",
"PlugInName": "",
"MaximumRetries": 5,
"MinimumAcknowledgements": 2,
"NotifyWhenInstanceEnded": true,
"EscalationTimeout": "PT3S",
"RetryInterval": "PT5S"
}