Overview
Allows the client to propose a new smart contract template. The smart contract template is an XML document that conforms to the smart contract schema. You can design smart contracts using the LegalLab application.HTTP request
POST /Agent/Legal/ProposeTemplate
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PTemplateBase64 | BASE64-encoding of the binary content of the XML file to propose as a template. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PTemplate | Smart contract template object generated by the server. |