Fund Actual REST Endpoints
Fund Actual
Use the Fund Actual service to allocate funds to project actuals. Update Keys : 'fundActualId'
- Batch Create Fund Actuals
- Method: postPath:
/api/restapi/fundActual/batch - Batch Delete Fund Actuals
- Method: deletePath:
/api/restapi/fundActual/batch - Batch Sync Fund Actuals
- Method: postPath:
/api/restapi/fundActual/syncBatch - Batch Update Fund Actuals
- Method: putPath:
/api/restapi/fundActual/batch - Create an Fund Actual
- Method: postPath:
/api/restapi/fundActual - Delete an Fund Actual
- Method: deletePath:
/api/restapi/fundActual/{fundActualId} - Update an Fund Actual
- Method: putPath:
/api/restapi/fundActual - View an Fund Actual
- Method: getPath:
/api/restapi/fundActual/{fundActualId} - View an Fund Actual by Project Actual
- Method: getPath:
/api/restapi/fundActual/projectActuals/{projectActualsId}