Project Cashflows REST Endpoints
Project Cashflows
Use the Project Cashflow service to create, view, update, and delete project cashflows. Update Keys : 'projectPhaseFinancialId'
- Batch Create Project Cashflows
- Method: postPath:
/api/restapi/projectCashflows/batch
- Batch Delete Project Cashflows
- Method: deletePath:
/api/restapi/projectCashflows/batch
- Batch Sync Project Cashflows
- Method: postPath:
/api/restapi/projectCashflows/syncBatch
- Batch Update Project Cashflows
- Method: putPath:
/api/restapi/projectCashflows/batch
- View a Project Cashflows
- Method: getPath:
/api/restapi/projectCashflows/{projectPhaseFinancialId}
- View all Cashflows by Project
- Method: getPath:
/api/restapi/projectCashflows/project/{projectId}