Participants REST Endpoints

Participants
The participants resource is used to view and update a participant. A participant is anyone in the system who could receive a credit or is an associate in the sales hierarchy, e.g.: a Sales Manager or a Sales Representative.
Create a participant header
Method: post
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationParticipants
Get a participant
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationParticipants/{incentiveCompensationParticipantsUniqID}
Get all participants
Method: get
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationParticipants
Update a participant
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/incentiveCompensationParticipants/{incentiveCompensationParticipantsUniqID}