Skip to main content
POST
/
v1
/
legal-contracts
Create legal contract
curl --request POST \
  --url https://api.example.com/v1/legal-contracts \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "type": "<string>",
  "files": [
    "<string>"
  ],
  "color": "<string>",
  "startDate": "<string>",
  "endDate": "<string>",
  "legalParts": "<string>"
}
'
{
  "name": "<string>",
  "type": "<string>",
  "files": [
    "<string>"
  ],
  "color": "<string>",
  "startDate": "<string>",
  "endDate": "<string>",
  "legalParts": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json
name
string
required
type
string
required
files
string[]
color
string
startDate
string
endDate
string

Response

201 - application/json

ok

name
string
required
type
string
required
files
string[]
color
string
startDate
string
endDate
string