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: post
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks
Delete a stakeholder reporting book
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks/{stakeholderReportingBookId}
Get a stakeholder reporting book
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks/{stakeholderReportingBookId}
Get all stakeholder reporting books
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks
Update a stakeholder reporting book
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/stakeholderReportingBooks/{stakeholderReportingBookId}