cURL
curl --request POST \ --url https://{host}/Agent/Legal/CreateContract \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "templateId": "<string>", "visibility": "<string>", "Parts": [ { "role": "<string>", "legalId": "<string>" } ], "Parameters": [ { "name": "<string>", "value": {} } ] } '
{ "Contract": {} }
Allows the client to create a new smart contract, based on an existing (and approved) contract template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Success