Skip to main content
POST
/
contracts
cURL
curl --request POST \
  --url https://api.example.com/contracts \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "id": 123,
  "tag": "<string>"
}
'
{
  "name": "<string>",
  "tag": "<string>"
}

Body

application/json

Contract to add to the system

name
string
required

The name of the contract

id
integer<int64>
required

Identification number of the contract

tag
string

Tag to specify the type

Response

contract response

name
string
required

The name of the contract

tag
string

Tag to specify the type