Delegate Notifications REST Endpoints

Delegate Notifications
The delegate notifications resource is used to view, create, delete or modify delegate information for the creation of a notification template.
Create a list of delegate information
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateNotifications
Delete a delegate's information
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateNotifications/{DelegateHeaderId}
Get a delegate's information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateNotifications/{DelegateHeaderId}
Get all delegate information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateNotifications
Update a delegate's information
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDelegateNotifications/{DelegateHeaderId}