Create a Version

There are a couple of important things to note when creating a new Version for a Contract:

  • The latest Version must be published before creating a new Version using the publish endpoint.

  • There is a separate publish endpoint to use when publishing a Version: /v1.1/contracts/{contract_id}/versions/{id}/publish or /v1.1/contracts/{contract_id}/versions/@latest/publish

  • To get the latest Version or which Version is published, simply tack on @latest or @published to your GET call to /v1.1/contracts/{contract_id}/versions/.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Numeric id of the Contract. Has example value.

Body Params
string

The title of the Contract Version.

string

The body of the Contract Version. Note: accepts escaped HTML.

string

A summary of changes made to the Contract.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json