Notification Listeners REST Endpoints

TMF 632 Party Management/Notification Listeners
The Notification Listeners resource lets you view, create, update, and delete notification listener records. A notification listener is a class that listens to notifications and responds appropriately.
Sample listener for Create Individual event
Method: post
Path: /party/v4/listener/individualCreateEvent
Sample listener for Create Organization event
Method: post
Path: /party/v4/listener/organizationCreateEvent
Sample listener for Individual Delete event
Method: post
Path: /party/v4/listener/individualDeleteEvent
Sample listener for Organization Delete event
Method: post
Path: /party/v4/listener/organizationDeleteEvent
Sample listener for Update Individual event
Method: post
Path: /party/v4/listener/individualAttributeValueChangeEvent
Sample listener for Update Organization event
Method: post
Path: /party/v4/listener/organizationAttributeValueChangeEvent