Change Participants REST Endpoints

Change Orders/Change Participants
The Change Participants resource is used to view, create, update, or delete the participants for a change order.
Create participants for a change order
Method: post
Path: /fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeParticipants
Delete a participant for a change order
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeParticipants/{ParticipantId}
Get a participant for a change order
Method: get
Path: /fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeParticipants/{ParticipantId}
Get all participants for change order
Method: get
Path: /fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeParticipants
Update a participant for change order
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeParticipants/{ParticipantId}