POST
/
v0
/
contract
/
enforcement-level
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/contract/enforcement-level' \
  --header 'Content-Type: application/json' \
  --data '{
  "contractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "enforcementLevel": "RECORD"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "contractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "enforcementLevel": "INACTIVE"
}

Body

application/json

Create Contract enforcement level

Represents an enforcement level associated with a contract.

Response

200
application/json

EnforcementLevel

Represents an enforcement level associated with a contract.