Contract REST Endpoints

Contract
The contract service enables you to create, view, update, and delete contracts. Update Keys : 'contractId'
Batch Create Contracts
Method: post
Path: /primeapi/restapi/contract/batch
Batch Delete Contracts
Method: delete
Path: /primeapi/restapi/contract/batch
Batch Update Contracts
Method: put
Path: /primeapi/restapi/contract/batch
Create a Contract
Method: post
Path: /primeapi/restapi/contract
Delete a Contract
Method: delete
Path: /primeapi/restapi/contract/{id}
Update a Contract
Method: put
Path: /primeapi/restapi/contract
View a Contract
Method: get
Path: /primeapi/restapi/contract/{id}
View a Contract by Code
Method: get
Path: /primeapi/restapi/contract/code/{code}
View Contract Status Transition History
Method: get
Path: /primeapi/restapi/contract/{code}/project/{projectId}/history
View Contracts by Project
Method: get
Path: /primeapi/restapi/contract/project/{id}