Project Budget REST Endpoints

Project Budget
Use the Project Budget services to view project budgets.
Change a Project Budget Status
Method: put
Path: /api/restapi/projectBudget/project/{projectId}/changeBudgetStatus
View a Project Budget
Method: get
Path: /api/restapi/projectBudget/{projectBudgetId}
View a Project Budget by Parent Code
Method: get
Path: /api/restapi/projectBudget/byParent
View a Project Budget by Project
Method: get
Path: /api/restapi/projectBudget/project/{projectId}
View all Project Budget Status Transition History by Project
Method: get
Path: /api/restapi/projectBudget/project/{projectId}/statusTransitionHistory
View Budget Transactions by Project
Method: get
Path: /api/restapi/projectBudget/project/{projectId}/transactions
View Budget Transactions by Project Budget
Method: get
Path: /api/restapi/projectBudget/{projectBudgetId}/transactions