Joint Venture Partner Contributions REST Endpoints
Joint Venture Partner Contributions
The joint venture contributions resource is used to view, create, update, or delete joint venture partner contributions.
- Create a joint venture partner contribution
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/jointVentureContributions - Delete a joint venture partner contribution
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/jointVentureContributions/{contributionId} - Get a joint venture partner contribution
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/jointVentureContributions/{contributionId} - Get all joint venture partner contributions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/jointVentureContributions - Update a joint venture partner contribution
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/jointVentureContributions/{contributionId}