POST api/notifications/plan/{notificationId}/update
Update a Plan Notification by configuring a PlanNotification object
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
notificationId | string |
None. |
Body Parameters
PlanNotificationName | Description | Type | Additional information |
---|---|---|---|
NotificationScope | NotificationScope |
None. |
|
PlanType | globally unique identifier |
None. |
|
TriggerType | PlanNotificationTrigger |
None. |
|
OnField | globally unique identifier |
None. |
|
FieldName | string |
None. |
|
MatchingValue | string |
None. |
|
WhenObject | WhenObject |
None. |
|
Filter | string |
None. |
|
EmailReceiverType | PlanNotificationReceiver |
None. |
|
EmailReceiverFieldSelection | globally unique identifier |
None. |
|
EmailReceiverFieldSelectionName | string |
None. |
|
EmailReceiverSharedWithLevels | Collection of AccessLevel |
None. |
|
EmailReceiverUsersSelection | Collection of globally unique identifier |
None. |
|
EmailReceiverTeamsSelection | Collection of globally unique identifier |
None. |
|
EmailSubject | string |
None. |
|
EmailFieldsSent | Dictionary of string [key] and globally unique identifier [value] |
None. |
|
EmailBody | string |
None. |
|
UserId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "NotificationScope": 0, "PlanType": "f8ac3af1-e2ec-4f1f-9717-073fc5de3960", "TriggerType": 0, "OnField": "aadf3283-ece1-48a6-b9ad-8f17c138a712", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "82d8887b-f5e4-4f92-b0d7-936b256897c7", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "12758f01-659d-4e72-aae4-5f902af89f59", "9e092c74-712a-405f-9aea-1b432eda9e1c" ], "EmailReceiverTeamsSelection": [ "b63a9894-5f55-49c5-a23d-ca782ed39889", "d32ef496-7a83-4c1f-8b99-45f1b1e88fb3" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "50d6a9f2-8ff4-4a57-b007-8ff3c09fe651", "sample string 3": "dc621620-97a9-4ea5-8102-f56ba2b79882" }, "EmailBody": "sample string 9", "UserId": "c2f290b0-7b3d-4bcb-90f1-b2d27cf60571", "PlanId": "b6e432dd-5b6a-40eb-9250-396de4c29b20", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanNotification", "id": "7d7a041c-3eab-4d15-a930-766f35bec0c8", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "f4139499-386f-42c2-abfd-28ddf1bf2ce1", "_ts": 638793309539299924 }
Response Information
Resource Description
PlanNotificationName | Description | Type | Additional information |
---|---|---|---|
NotificationScope | NotificationScope |
None. |
|
PlanType | globally unique identifier |
None. |
|
TriggerType | PlanNotificationTrigger |
None. |
|
OnField | globally unique identifier |
None. |
|
FieldName | string |
None. |
|
MatchingValue | string |
None. |
|
WhenObject | WhenObject |
None. |
|
Filter | string |
None. |
|
EmailReceiverType | PlanNotificationReceiver |
None. |
|
EmailReceiverFieldSelection | globally unique identifier |
None. |
|
EmailReceiverFieldSelectionName | string |
None. |
|
EmailReceiverSharedWithLevels | Collection of AccessLevel |
None. |
|
EmailReceiverUsersSelection | Collection of globally unique identifier |
None. |
|
EmailReceiverTeamsSelection | Collection of globally unique identifier |
None. |
|
EmailSubject | string |
None. |
|
EmailFieldsSent | Dictionary of string [key] and globally unique identifier [value] |
None. |
|
EmailBody | string |
None. |
|
UserId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "NotificationScope": 0, "PlanType": "42a101f5-647f-4543-94c1-b550379f1ae4", "TriggerType": 0, "OnField": "ed8c1994-7f0d-45c5-aaa6-e5289fa22d22", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "a2618cdb-1645-47c8-bf17-4d932d67d64b", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "aa75df85-b7d0-42d4-9e0c-dd5631fee944", "9166a77b-5e25-42a7-b43e-ccf86db27ab4" ], "EmailReceiverTeamsSelection": [ "4e7905eb-4734-438b-8c7c-e67123693a1b", "980663b2-b3bb-4932-93e9-3c8b5c4c2fd3" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "aa62d847-7923-4e33-a923-2598cfd95225", "sample string 3": "4bcb3dea-75c8-4c8f-bf6e-0bddf4ca5dd9" }, "EmailBody": "sample string 9", "UserId": "31362faa-9262-4f84-bb62-736680a64dae", "PlanId": "f83795a2-506b-4a86-9c31-aa0901237586", "id": "44343843-e218-4bd3-b14a-04c71e57432e", "ConfigId": "812888e0-74eb-4158-aa36-d7f1569a8d07" }