ProjectFunding REST Endpoints
ProjectFunding
An project funding represents the assignment of a funding source to a particular project. The assigned funding source has an amount and fund share, or percentage.
- Creates ProjectFunding
- Method: postPath:
/projectFunding - Delete ProjectFunding
- Method: deletePath:
/projectFunding - Read ProjectFunding
- Method: getPath:
/projectFunding - Update ProjectFunding
- Method: putPath:
/projectFunding - View ProjectFunding Field Length
- Method: getPath:
/projectFunding/getFieldLength/{fieldName} - View ProjectFunding fields
- Method: getPath:
/projectFunding/fields