Stakeholders REST Endpoints

Joint Ventures/Stakeholders
The stakeholders resource is used to view, create, update, or delete a joint venture stakeholder. A joint venture stakeholder is a participating entity in a joint venture.
Create a joint venture stakeholder
Method: post
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholders
Delete a joint venture stakeholder
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholders/{stakeholderId}
Get a joint venture stakeholder
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholders/{stakeholderId}
Get all joint venture stakeholders
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholders
Update a joint venture stakeholder
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholders/{stakeholderId}