Template
Create Contract Api
Creates a contract based on a template and selected option.
POST
Create Contract Api
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Schema for contract creation request.
Response
201
application/json
Contract created successfully
Schema for contract creation response.
Create Contract Api