Meeting Participants REST Endpoints

Meeting Participants
The public sector meeting participants resource is used to view, add, and remove participants from meetings.
Create a set of meeting participants
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants
Delete a meeting participant
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants/{publicSectorMeetingParticipantsUniqID}
Get a meeting participant
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants/{publicSectorMeetingParticipantsUniqID}
Get all meeting participants
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants
Update a meeting participant
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMeetingParticipants/{publicSectorMeetingParticipantsUniqID}