Program Budget Item REST Endpoints
Program Budget Item
Use the Program Program Budget Item service to create, view, update, and delete program budget items. Budget items represent costs associated with labor or other program expenses. Update Keys : 'programBudgetItemId'
- Batch Create Program Budget Items
- Method: postPath:
/api/restapi/programBudgetItem/batch
- Batch Delete Program Budget Items
- Method: deletePath:
/api/restapi/programBudgetItem/batch
- Batch Sync Program Budget Items
- Method: postPath:
/api/restapi/programBudgetItem/syncBatch
- Batch Update Program Budget Items
- Method: putPath:
/api/restapi/programBudgetItem/batch
- Create a Program Budget Item
- Method: postPath:
/api/restapi/programBudgetItem
- Delete a Program Budget Item
- Method: deletePath:
/api/restapi/programBudgetItem/{programBudgetItemId}
- Update a Program Budget Item
- Method: putPath:
/api/restapi/programBudgetItem
- View a Program Budget Item by Code and Parent Codes
- Method: getPath:
/api/restapi/programBudgetItem/byItemCode
- View Program Budget Items by Program
- Method: getPath:
/api/restapi/programBudgetItem/program/{programId}
- View Program Budget Items by Program Budget
- Method: getPath:
/api/restapi/programBudgetItem/programBudget/{programBudgetId}