NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Contract REST Endpoints

Contract/Configuration/Contract
Create/ Add a new contract
Method: post
Path: /spms/v1/contracts
Remove/ Delete a Contract
Method: delete
Path: /spms/v1/contracts/{id}
Retrieve a contract
Method: get
Path: /spms/v1/contracts/{id}
Retrieve all available contracts with enabled status
Method: get
Path: /spms/v1/contracts/enabled
Retrieve list of contracts
Method: get
Path: /spms/v1/contracts
Update a contract
Method: put
Path: /spms/v1/contracts