Change Request Participants REST Endpoints

Product Lifecycle Management/Product Change Requests/Change Request Participants
The Participants resource manages the participants assigned to the Product Change Request status.
Create or add multiple participants to the change request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestParticipants
Get multiple participants of the change request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestParticipants
Get one participant of the change request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestParticipants/{changeRequestParticipantsUniqID}
Remove or delete a participant from the change request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestParticipants/{changeRequestParticipantsUniqID}