Ad Hoc Alerts REST Endpoints

Ad Hoc Alerts
The ad hoc alerts resource is used to create and maintain ad hoc alerts. An alert is information displayed on the landing page for registered and anonymous users.
Create an ad hoc alert
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdhocAlerts
Delete an ad hoc alert
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdhocAlerts/{LogId}
Get all ad hoc alerts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdhocAlerts
Get an ad hoc alert
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdhocAlerts/{LogId}
Update an ad hoc alert
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdhocAlerts/{LogId}