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: post
Path: /primeapi/restapi/budgetItem/batch
Batch Delete Budget Items
Method: delete
Path: /primeapi/restapi/budgetItem/batch
Batch Integrate Budget Items with an External Data Source
Method: post
Path: /primeapi/restapi/budgetItem/syncBatch
Batch Update Budget Items
Method: put
Path: /primeapi/restapi/budgetItem/batch
Create a Budget Item
Method: post
Path: /primeapi/restapi/budgetItem
Delete a Budget Item
Method: delete
Path: /primeapi/restapi/budgetItem/{id}
Integrate a Budget Item with an External Data Source
Method: post
Path: /primeapi/restapi/budgetItem/sync
Update a Budget Item
Method: put
Path: /primeapi/restapi/budgetItem
View a Budget Item by Assigned Configured Field
Method: get
Path: /primeapi/restapi/budgetItem/project/{id}/configuredField/{viewColumnName}/{value}
View a Budget Item by Assigned Configured Field
Method: get
Path: /primeapi/restapi/budgetItem/projectBudget/{id}/configuredField/{viewColumnName}/{value}
View a budget item by code
Method: get
Path: /primeapi/restapi/budgetItem/byItemCode?workspaceCode={workspaceCode}&projectCode={projectCode}&budgetItemCode={budgetItemCode}
View a Budget Item by Name
Method: get
Path: /primeapi/restapi/budgetItem/name/{name}
View all budget items by parent code
Method: get
Path: /primeapi/restapi/budgetItem/byParent?workspaceCode={workspaceCode}&projectCode={projectCode}
View Budget Item by Code and Project
Method: get
Path: /primeapi/restapi/budgetItem/project/{id}/code/{code}
View Budget Item by Code and Project Budget
Method: get
Path: /primeapi/restapi/budgetItem/projectBudget/{id}/code/{code}
View Budget Item Configured Fields
Method: get
Path: /primeapi/restapi/budgetItem/{id}/configuredFields
View Budget Items by Project
Method: get
Path: /primeapi/restapi/budgetItem/project/{id}
View Budget Items by Project Budget
Method: get
Path: /primeapi/restapi/budgetItem/projectBudget/{id}
View Budget Transaction by Assigned Configured Field
Method: get
Path: /primeapi/restapi/budgetItem/{id}/transactions/configuredField/{viewColumnName}/{value}
View Budget Transactions by Budget Item
Method: get
Path: /primeapi/restapi/budgetItem/{id}/transactions
View Integrated Budget Items
Method: get
Path: /primeapi/restapi/budgetItem/externallySourced
View the Configured Fields by Budget Transaction
Method: get
Path: /primeapi/restapi/budgetItem/transaction/{id}/configuredFields