PUT api/TrackingObjects/{trackingObjectId}/EventTemplates/{eventTemplateId}/Notifications/{eventNotificationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trackingObjectId | integer |
Required |
|
| eventTemplateId | integer |
Required |
|
| eventNotificationId | integer |
Required |
Body Parameters
EventNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| EventNotificationId | integer |
None. |
|
| EventTemplateId | integer |
None. |
|
| NotificationType | NotificationType |
None. |
|
| Priority | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventNotificationId": 1,
"EventTemplateId": 3,
"NotificationType": 1,
"Priority": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.