v1

latestOpenAPI 3.0.3Proprietary2026-07-13182655.4 KB
Contracts

Deliver signed contract

Manually triggers delivery of the signed contract document by email to all participants. Only applicable when the contract was created with autoDeliverSignedDocument: false. Returns the updated contract.

post/staffsign/contracts/{id}/deliver

Path parameters

idstring uuid required

Contract ID

Response

Delivery triggered successfully. Returns the updated contract.

idstring uuid
organizationIdstring uuid
jobPostingIdstring uuid nullable
contractTemplateIdstring uuid
contractTemplateNamestring nullable
contractTypestring

Localized contract type label

contractTypeKey'contract_type.employment'

Contract type identifier

statusstring

Localized status label

statusKey'contract_status.draft' | 'contract_status.sent' | 'contract_status.signed' | 'contract_status.expired' | 'contract_status.cancelled'

Contract status identifier

signatureLevelstring

Localized signature level label

signatureLevelKey'signature_level.aes' | 'signature_level.qes'

Digital signature level. aes = Advanced Electronic Signature. qes = Qualified Electronic Signature (requires identity verification).

startDatestring date
endDatestring date nullable
compensationTypestring

Localized compensation type label

compensationTypeKey'compensation_type.hourly' | 'compensation_type.daily' | 'compensation_type.monthly' | 'compensation_type.one_time' | 'compensation_type.none'

Compensation billing frequency

compensationAmountstring

Compensation amount as a numeric string

compensationDescriptionstring nullable
locationstring nullable
employmentTypestring nullable

Localized employment type label

employmentTypeKey'employment_type.contractor' | 'employment_type.full_time' | 'employment_type.part_time' | 'employment_type.temporary' | 'employment_type.part_time_mini' | 'employment_type.student' | 'employment_type.training'

Type of employment

workDescriptionstring nullable
probationPeriodstring nullable
cancellationPeriodstring nullable
scheduleTypestring nullable

Localized schedule type label

scheduleTypeKey'schedule_type.daily' | 'schedule_type.weekly' | 'schedule_type.monthly' | 'schedule_type.flexible'

Working time schedule type

workingTimeDescriptionstring nullable
renderedContentstring

Full HTML content of the rendered contract

externalDocumentIdstring nullable

ID in the external signing provider (Paperless.io)

signedDocumentUrlstring uri nullable

URL to download the signed PDF document

auditTrailPdfUrlstring uri nullable

URL to download the audit trail PDF

sealedPdfUrlstring uri nullable

URL to download the sealed (long-term archived) PDF

expiresAtstring date-time nullable

Expiry timestamp of the signing request (Y-m-d H:i:s)

sentAtstring date-time nullable

Timestamp when the contract was sent for signing (Y-m-d H:i:s)

createdAtstring date-time

Creation timestamp (Y-m-d H:i:s)

autoDeliverSignedDocumentboolean

Whether the signed document is automatically delivered by email upon contract completion.

signedDocumentDeliveredAtstring date-time nullable

Timestamp when the signed document was delivered to participants. Null if not yet delivered.