Importing new Contract

Import new Contract

POST /contracts/import

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

Request Body

NameTypeDescription

contractId*

String

Request Object Parameters.

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

Last updated