Contract-Definitions
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets an contract definition with the given ID
Removes a contract definition with the given ID if possible. DANGER ZONE: Note that deleting contract definitions can have unexpected results, especially for contract offers that have been sent out or ongoing or contract negotiations.
No Content
Updated a contract definition with the given ID. The supplied JSON structure must be a valid JSON-LD object
https://w3id.org/edc/v0.0.1/ns/ContractDefinition
{"@context":{"@vocab":"https://w3id.org/edc/v0.0.1/ns/"},"@type":"Criterion","operandLeft":"fieldName","operator":"=","operandRight":"some value"}
No Content
Creates a new contract definition
https://w3id.org/edc/v0.0.1/ns/ContractDefinition
{"@context":{"@vocab":"https://w3id.org/edc/v0.0.1/ns/"},"@type":"Criterion","operandLeft":"fieldName","operator":"=","operandRight":"some value"}
Returns all contract definitions according to a query
https://w3id.org/edc/v0.0.1/ns/QuerySpec
{"@context":{"@vocab":"https://w3id.org/edc/v0.0.1/ns/"},"@type":"Criterion","operandLeft":"fieldName","operator":"=","operandRight":"some value"}
No Content