Joint Ventures REST Endpoints

Joint Ventures
The joint ventures resource is used to view, create, update, or delete a joint venture. A joint venture is an agreement between two or more parties to share assets, resources, costs, and revenue.
Create a joint venture
Method: post
Path: /fscmRestApi/resources/11.13.18.05/jointVentures
Delete a joint venture
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}
Get a joint venture
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}
Get all joint ventures
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures
Update a joint venture
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}