Creating new Contract

Creates new contract.

POST /contracts

Creates new contract. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

*

String

Request Object Parameters.

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/ContractDTO'
}

Last updated