v1

latestOpenAPI 3.0.02026-07-24161168406.5 KB
Contracts

Creating an contract

Creates new contract

post/contracts

Request body

preEmployeeIdnumber required

Pre-employee internal id found in the route [GET] /pre-employees

witnessesstring[]
deadlinestring date-time required

ISO 8601 deadline for signing the contract

notificationMessagestring
signersTemplateIdnumber

Signers template id

remindIntervalnumber

Number in days for send reminders

Example request

{
  "contractSigners": [
    {
      "signerType": "sign"
    }
  ],
  "files": [
    {
      "filename": "contract.pdf",
      "content": "data:application/pdf;base64,<base-64-of-content>"
    }
  ]
}

Response

Successful operation

contractIdsnumber[]