Communication Events REST Endpoints
            
            Shared Services/Communication Events
            
        
        
    The communication event resource is used to create and view  communication events. A communication event is a metadata definition used by applications for triggering communications.
- Create a communication event
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommunicationEvents - Get a communication event
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommunicationEvents/{EventId} - Get all communication events
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommunicationEvents - Update a communication event
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommunicationEvents/{EventId}