Stakeholder Reporting Books REST Endpoints
Joint Ventures/Stakeholder Reporting Books
The stakeholder reporting books resource is used to view, create, update, or delete a joint venture stakeholder reporting book. Stakeholder reporting books associate a source ledger with a stakeholder reporting ledger to generate financial reports.
- Create a stakeholder reporting book
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks
- Delete a stakeholder reporting book
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks/{stakeholderReportingBookId}
- Get a stakeholder reporting book
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks/{stakeholderReportingBookId}
- Get all stakeholder reporting books
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks
- Update a stakeholder reporting book
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks/{stakeholderReportingBookId}