Commitment Line Item REST Endpoints

Commitment Line Item
Use the Commitment Line Item service to create, view, update, and delete commitment line items. Commitments represent agreements between your company and a subcontracters to complete specified units of work. A line item represents billable work associated with a cost. Update Keys : 'lineItemId'
Batch Create Commitment Line Items
Method: post
Path: /primeapi/restapi/commitmentLineItem/batch
Batch Delete Commitment Line Items
Method: delete
Path: /primeapi/restapi/commitmentLineItem/batch
Batch Integrate Commitment Line Items with an External Data Source
Method: post
Path: /primeapi/restapi/commitmentLineItem/syncBatch
Batch Update Commitment Line Items
Method: put
Path: /primeapi/restapi/commitmentLineItem/batch
Create a Commitment Line Item
Method: post
Path: /primeapi/restapi/commitmentLineItem
Delete a Commitment Line Item
Method: delete
Path: /primeapi/restapi/commitmentLineItem/{id}
Integrate a Commitment Line Item with an External Data Source
Method: post
Path: /primeapi/restapi/commitmentLineItem/sync
Update a Commitment Line Item
Method: put
Path: /primeapi/restapi/commitmentLineItem
View a Commitment Line Item
Method: get
Path: /primeapi/restapi/commitmentLineItem/{id}
View a Commitment Line Item by Commitment Line Item Code
Method: get
Path: /primeapi/restapi/commitmentLineItem/code/{code}
View a Commitment Line Item by Commitment Line Item Code and Commitment
Method: get
Path: /primeapi/restapi/commitmentLineItem/commitment/{commitmentId}/code/{code}
View Commitment Line Items by Commitment
Method: get
Path: /primeapi/restapi/commitmentLineItem/commitment/{commitmentId}
View Integrated Commitment Line Items
Method: get
Path: /primeapi/restapi/commitmentLineItem/externallySourced