Create a new Attachment

OAuth Scope

This endpoint requires the following OAuth scope manage_attachments.

Record UUID

UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.

Body Params

Attachment record to create

string
uuid
string
length ≤ 127

The security roles description

string
length ≤ 50

Location's name

string

Indicates the source or type of the attachment (e.g., 'INVOICE', 'QUOTE'). Used for filtering and determining how to display the attachment.

string

Comma-separated list of tags associated with the attachment. Used for categorization and filtering of attachments.

float

Longitude coordinate where the attachment was created. Used for geolocation of photos and other attachments. Decimal degrees format.

float

Latitude coordinate where the attachment was created. Used for geolocation of photos and other attachments. Decimal degrees format.

string

Width of the image in pixels. Only applicable for image attachments. Read-only in the API.

string

Height of the image in pixels. Only applicable for image attachments. Read-only in the API.

string

Additional information extracted from the file, such as form responses or OCR text. Read-only in the API.

string

Flag indicating whether this attachment has been marked as a favorite. Used for filtering and displaying attachments.

string

The specific class type of the attachment. Used for specialized attachment types that extend the base dboAttachment class. Read-only in the API.

string

Additional structured data associated with the attachment in JSON format. The schema varies depending on attachment type and source. Used to store extended information that doesn't fit into standard fields.

uuid

Unique identifier for this record

uuid
string
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json