Commitment REST Endpoints
Commitment
Use the Commitment service to create, view, update, and delete commitments. Commitments represent argeements between your company and subcontractors to complete specified units of work. Update Keys : 'commitmentId'
- Batch Create Commitments
- Method: postPath:
/primeapi/restapi/commitment/batch
- Batch Delete Commitments
- Method: deletePath:
/primeapi/restapi/commitment/batch
- Batch Integrate Commitments with an External Data Source
- Method: postPath:
/primeapi/restapi/commitment/syncBatch
- Batch Update Commitments
- Method: putPath:
/primeapi/restapi/commitment/batch
- Create a Commitment
- Method: postPath:
/primeapi/restapi/commitment
- Delete a Commitment
- Method: deletePath:
/primeapi/restapi/commitment/{id}
- Integrate a Commitment with an External Data Source
- Method: postPath:
/primeapi/restapi/commitment/sync
- Update a Commitment
- Method: putPath:
/primeapi/restapi/commitment
- View a Commitment
- Method: getPath:
/primeapi/restapi/commitment/{id}
- View a commitment by code
- Method: getPath:
/primeapi/restapi/commitment/byItemCode?workspaceCode={workspaceCode}&projectCode={projectCode}&commitmentCode={commitmentCode}
- View a Commitment by Item Code
- Method: getPath:
/primeapi/restapi/commitment/code/{code}
- View a Commitment by Item Code and Project
- Method: getPath:
/primeapi/restapi/commitment/project/{projectId}/code/{code}
- View all commitments by parent
- Method: getPath:
/primeapi/restapi/commitment/byParent?workspaceCode={workspaceCode}&projectCode={projectCode}
- View Commitments by Project
- Method: getPath:
/primeapi/restapi/commitment/project/{id}
- View Integrated Commitments
- Method: getPath:
/primeapi/restapi/commitment/externallySourced