Project Budget REST Endpoints

Project Budget
Use the Project Budget services to view project budgets.
Change a Project Budget Status
Method: put
Path: /primeapi/restapi/projectBudget/project/{id}/changeBudgetStatus
View a Project Budget
Method: get
Path: /primeapi/restapi/projectBudget/{id}
View a project budget by parent code
Method: get
Path: /primeapi/restapi/projectBudget/byParent?workspaceCode={workspaceCode}&projectCode={projectCode}
View a Project Budget by Project
Method: get
Path: /primeapi/restapi/projectBudget/project/{id}
View A Project Budget Status Transition History by Project
Method: get
Path: /primeapi/restapi/projectBudget/project/{id}/statusTransitionHistory
View Budget Transactions by Project
Method: get
Path: /primeapi/restapi/projectBudget/project/{id}/transactions
View Budget Transactions by Project Budget
Method: get
Path: /primeapi/restapi/projectBudget/{id}/transactions