Skip to main content
POST
Add contract attachment

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Path Parameters

id
string
required

The unique identifier (UUID) of the contract

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
key
string
required

Storage key returned by POST /files/upload-url.

Minimum string length: 1
Example:

"signedFiles/550e8400-e29b-41d4-a716-446655440000/files/b3b7bd7b-85f9-49e7-843d-71f656df5ca5"

name
string
required

Original filename of the uploaded file, including extension.

Minimum string length: 1
Example:

"signature-certificate.pdf"

contentType
string
required

MIME content type of the uploaded file.

Minimum string length: 1
Example:

"application/pdf"

isSharedWithGuest
boolean

true: also shared with the contract guests (counterparties). false (default): visible to organization members only.

Example:

true

Response

Attachment added