Program Budget Item REST Endpoints

Program Budget Item
The operations from the Program Budget Item category.
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}