Budget Item REST Endpoints
Budget Item
Use the Budget Item service to create, view, update, and delete budget items. Budget items represent costs associated with labor or other project expenses. Update Keys : 'budgetItemId'
- Batch Create Budget Items
- Method: postPath:
/primeapi/restapi/budgetItem/batch
- Batch Delete Budget Items
- Method: deletePath:
/primeapi/restapi/budgetItem/batch
- Batch Integrate Budget Items with an External Data Source
- Method: postPath:
/primeapi/restapi/budgetItem/syncBatch
- Batch Update Budget Items
- Method: putPath:
/primeapi/restapi/budgetItem/batch
- Create a Budget Item
- Method: postPath:
/primeapi/restapi/budgetItem
- Delete a Budget Item
- Method: deletePath:
/primeapi/restapi/budgetItem/{id}
- Integrate a Budget Item with an External Data Source
- Method: postPath:
/primeapi/restapi/budgetItem/sync
- Update a Budget Item
- Method: putPath:
/primeapi/restapi/budgetItem
- View a Budget Item by Assigned Configured Field
- Method: getPath:
/primeapi/restapi/budgetItem/project/{id}/configuredField/{viewColumnName}/{value}
- View a Budget Item by Assigned Configured Field
- Method: getPath:
/primeapi/restapi/budgetItem/projectBudget/{id}/configuredField/{viewColumnName}/{value}
- View a budget item by code
- Method: getPath:
/primeapi/restapi/budgetItem/byItemCode?workspaceCode={workspaceCode}&projectCode={projectCode}&budgetItemCode={budgetItemCode}
- View a Budget Item by Name
- Method: getPath:
/primeapi/restapi/budgetItem/name/{name}
- View all budget items by parent code
- Method: getPath:
/primeapi/restapi/budgetItem/byParent?workspaceCode={workspaceCode}&projectCode={projectCode}
- View Budget Item by Code and Project
- Method: getPath:
/primeapi/restapi/budgetItem/project/{id}/code/{code}
- View Budget Item by Code and Project Budget
- Method: getPath:
/primeapi/restapi/budgetItem/projectBudget/{id}/code/{code}
- View Budget Item Configured Fields
- Method: getPath:
/primeapi/restapi/budgetItem/{id}/configuredFields
- View Budget Items by Project
- Method: getPath:
/primeapi/restapi/budgetItem/project/{id}
- View Budget Items by Project Budget
- Method: getPath:
/primeapi/restapi/budgetItem/projectBudget/{id}
- View Budget Transaction by Assigned Configured Field
- Method: getPath:
/primeapi/restapi/budgetItem/{id}/transactions/configuredField/{viewColumnName}/{value}
- View Budget Transactions by Budget Item
- Method: getPath:
/primeapi/restapi/budgetItem/{id}/transactions
- View Integrated Budget Items
- Method: getPath:
/primeapi/restapi/budgetItem/externallySourced
- View the Configured Fields by Budget Transaction
- Method: getPath:
/primeapi/restapi/budgetItem/transaction/{id}/configuredFields