Skip to main content
POST
/
v1
/
admin
/
legal
/
contracts
/
{id}
/
issue
Issue a contract
curl --request POST \
  --url https://{operatorDomain}/v1/admin/legal/contracts/{id}/issue \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ctr_01HZX...",
    "title": "<string>",
    "status": "draft",
    "contractNumber": "<string>",
    "bookingId": "<string>",
    "templateId": "<string>",
    "templateVersionId": "<string>",
    "language": "en",
    "body": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Issued contract

data
object