Meeting Comments REST Endpoints

Shared Services/Meeting Comments
The meeting comment resource is used to save the comments related to meetings.
Create a set of meeting comments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingComments
Delete a meeting comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingComments/{publicSectorMeetingCommentsUniqID}
Get a meeting comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingComments/{publicSectorMeetingCommentsUniqID}
Get all meeting comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingComments
Update a meeting comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingComments/{publicSectorMeetingCommentsUniqID}