Update a contract’s 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" }
Contract ID
Contract stage update
The body is of type object.
object
Contract stage updated
The response is of type object.