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: postPath:
/primeapi/restapi/commitmentLineItem/batch
- Batch Delete Commitment Line Items
- Method: deletePath:
/primeapi/restapi/commitmentLineItem/batch
- Batch Integrate Commitment Line Items with an External Data Source
- Method: postPath:
/primeapi/restapi/commitmentLineItem/syncBatch
- Batch Update Commitment Line Items
- Method: putPath:
/primeapi/restapi/commitmentLineItem/batch
- Create a Commitment Line Item
- Method: postPath:
/primeapi/restapi/commitmentLineItem
- Delete a Commitment Line Item
- Method: deletePath:
/primeapi/restapi/commitmentLineItem/{id}
- Integrate a Commitment Line Item with an External Data Source
- Method: postPath:
/primeapi/restapi/commitmentLineItem/sync
- Update a Commitment Line Item
- Method: putPath:
/primeapi/restapi/commitmentLineItem
- View a Commitment Line Item
- Method: getPath:
/primeapi/restapi/commitmentLineItem/{id}
- View a Commitment Line Item by Commitment Line Item Code
- Method: getPath:
/primeapi/restapi/commitmentLineItem/code/{code}
- View a Commitment Line Item by Commitment Line Item Code and Commitment
- Method: getPath:
/primeapi/restapi/commitmentLineItem/commitment/{commitmentId}/code/{code}
- View Commitment Line Items by Commitment
- Method: getPath:
/primeapi/restapi/commitmentLineItem/commitment/{commitmentId}
- View Integrated Commitment Line Items
- Method: getPath:
/primeapi/restapi/commitmentLineItem/externallySourced