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: post
Path: /api/restapi/programBudgetItem/batch
Batch Delete Program Budget Items
Method: delete
Path: /api/restapi/programBudgetItem/batch
Batch Sync Program Budget Items
Method: post
Path: /api/restapi/programBudgetItem/syncBatch
Batch Update Program Budget Items
Method: put
Path: /api/restapi/programBudgetItem/batch
Create a Program Budget Item
Method: post
Path: /api/restapi/programBudgetItem
Delete a Program Budget Item
Method: delete
Path: /api/restapi/programBudgetItem/{programBudgetItemId}
Update a Program Budget Item
Method: put
Path: /api/restapi/programBudgetItem
View a Program Budget Item by Code and Parent Codes
Method: get
Path: /api/restapi/programBudgetItem/byItemCode
View Program Budget Items by Program
Method: get
Path: /api/restapi/programBudgetItem/program/{programId}
View Program Budget Items by Program Budget
Method: get
Path: /api/restapi/programBudgetItem/programBudget/{programBudgetId}