Models
Attachment
Properties
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Example: "ATT-001" |
mimeCode | string | No | MIME type of the document (e.g. application/pdf, text/csv, image/png). Default: application/pdf. Example: "application/pdf" |
filename | string | Yes | Example: "contract.pdf" |
description | string | null | No | Example: "Signed contract" |
embeddedDocument | string | null | No | base64 encoded document |
url | string | null | No | Example: "https://example.com/contract.pdf" |