Notification_SubmitClientNotification (Post)
- Last UpdatedNov 13, 2025
- 1 minute read
| Post | Notification_SubmitClientNotification |
Resource Path:/api/v1/notification
The response body is of type SubmitClientNotificationResponse.
Request
POST 'https://localhost:9003/api/v1/notification/' \
--header 'Content-Type: application/json' \
--data-raw '{
"Subject": "Notification with custom and standard fields as filters",
"Body": "Downime notification body with Filters",
"ExpiryDateTime": "2100-06-02T10:10:10Z",
"Module": "Downtime",
"Location": "ACME.Rocky Mine.Train Loadout",
"View": "Standard View",
"Record Type": "Slow Running",
"Workflow User": "TestUser",
"Shift": "Night"
}Response
{
"ClientNotificationId": 1
}Request
POST 'https://localhost:9003/api/v1/notification/' \
--header 'Content-Type: application/json' \
--data-raw '{
"Subject": "Weekly Report is now available to view.",
"Body": "http://localhost/ReportServer/Pages/ReportViewer.aspx?2fMaterialAccountingReport2fReports%2fReportHierarchy&SnapshotIdentifier=f9391dd1-b705-4f30-bed6-dce1e92ca6ac",
"ExpiryDateTime": "2020-03-05T14:00:00Z",
"Module":"Inventory",
"Location":"Talison.Material Accounting.Weekly Report",
"View":"Manage"
}'Response
{
"ClientNotificationId": 0
}