curl --request POST \
--url https://api.example.com/v1/legal-contracts \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"files": [
"<string>"
],
"color": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"legalParts": "<string>",
"value": "<string>"
}
'{
"name": "<string>",
"type": "<string>",
"files": [
"<string>"
],
"color": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"legalParts": "<string>",
"value": "<string>"
}Create legal contract
curl --request POST \
--url https://api.example.com/v1/legal-contracts \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"files": [
"<string>"
],
"color": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"legalParts": "<string>",
"value": "<string>"
}
'{
"name": "<string>",
"type": "<string>",
"files": [
"<string>"
],
"color": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"legalParts": "<string>",
"value": "<string>"
}Was this page helpful?