PUT
/
v0
/
contract
/
{id}
/
stage
cURL
curl --request PUT \
  --url 'https://api-(organization).gable.ai/v0/contract/{id}/stage' \
  --header 'Content-Type: application/json' \
  --data '{
  "contractStage": "ACTIVE"
}'
{
  "message": "<string>",
  "contractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

id
string<uuid>
required

Contract ID

Body

application/json

Contract stage update

The body is of type object.

Response

200
application/json

Contract stage updated

The response is of type object.