Budget Change REST Endpoints
Budget Change
The Budget Change service enables you to create, view, update, and delete budget change requests. Budget change requests represent potential modifications to project budgets. Update Keys : 'budgetChangeId'
- Batch Create Budget Changes
- Method: postPath:
/primeapi/restapi/budgetChange/batch
- Batch Delete Budget Changes
- Method: deletePath:
/primeapi/restapi/budgetChange/batch
- Batch Delete Budget Transactions
- Method: deletePath:
/primeapi/restapi/budgetChange/transactions/batch
- Batch Update Budget Changes
- Method: putPath:
/primeapi/restapi/budgetChange/batch
- Change Budget Change Status
- Method: putPath:
/primeapi/restapi/budgetChange/{id}/changeBudgetChangeStatus
- Create a Budget Change
- Method: postPath:
/primeapi/restapi/budgetChange
- Delete a Budget Change
- Method: deletePath:
/primeapi/restapi/budgetChange/{id}
- Delete a Budget Transaction
- Method: deletePath:
/primeapi/restapi/budgetChange/transaction/{id}
- Update a Budget Change
- Method: putPath:
/primeapi/restapi/budgetChange
- View a Budget Change
- Method: getPath:
/primeapi/restapi/budgetChange/{id}
- View a Budget Change by Asssigned Configured Fields
- Method: getPath:
/primeapi/restapi/budgetChange/project/{id}/configuredField/{viewColumnName}/{value}
- View a Budget Change by Asssigned Configured Fields
- Method: getPath:
/primeapi/restapi/budgetChange/projectBudget/{id}/configuredField/{viewColumnName}/{value}
- View a budget change by code
- Method: getPath:
/primeapi/restapi/budgetChange/byItemCode?workspaceCode={workspaceCode}&projectCode={projectCode}&budgetChangeCode={budgetChangeCode}
- View a Budget Change by Code and Project
- Method: getPath:
/primeapi/restapi/budgetChange/project/{id}/code/{code}
- View a Budget Change by Code and Project Budget
- Method: getPath:
/primeapi/restapi/budgetChange/projectBudget/{id}/code/{code}
- View all budget changes by parent code
- Method: getPath:
/primeapi/restapi/budgetChange/byParent?workspaceCode={workspaceCode}&projectCode={projectCode}
- View Budget Change Configured Fields
- Method: getPath:
/primeapi/restapi/budgetChange/{id}/configuredFields
- View Budget Changes by Project
- Method: getPath:
/primeapi/restapi/budgetChange/project/{id}
- View Budget Changes by Project Budget
- Method: getPath:
/primeapi/restapi/budgetChange/projectBudget/{id}
- View Budget Transactions by Budget Change
- Method: getPath:
/primeapi/restapi/budgetChange/{id}/transactions
- View Status Transition History Record by Budget Change
- Method: getPath:
/primeapi/restapi/budgetChange/{id}/statusTransitionHistory
- View Status Transition History Record by ProjectbudgetChange_resource_find_all_budgetChanges_by_parent.summary=View all budget changes by parent code
- Method: getPath:
/primeapi/restapi/budgetChange/project/{id}/statusTransitionHistory