Notifications REST Endpoints

Supply Chain Planning/Collaboration Sync Profiles/Notifications
The Notifications resource manages the notification recipients associated with a sync profile.
Create a notification recipient
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/notifications
Delete a notification recipient
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/notifications/{notificationsUniqID}
Get all notification recipients
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/notifications
Get one notification recipient
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationSyncProfiles/{SyncProfileId}/child/notifications/{notificationsUniqID}