object ReturnAttachment

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

account_idString

Public API account ID that identifies the related record.

user_idString

Public API user ID that identifies the related record.

return_idString

Public API return ID that identifies the related record.

return_item_idString

Public API return item ID that identifies the related record.

urlString

URL for the URL resource.

filenameString

Filename for this return attachment.

file_typeString

File type for this return attachment.

descriptionString

Human-readable description for this return attachment.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "account_id": "QWNjb3VudDoxMjM0",
  "user_id": "VXNlcjoxMjM0",
  "return_id": "UmV0dXJuOjEyMzQ=",
  "return_item_id": "UmV0dXJuSXRlbToxMjM0",
  "url": "https://example.com/resource",
  "filename": "Acme Corp",
  "file_type": "application/pdf",
  "description": "Customer requested expedited handling.",
  "created_at": "2026-07-09T15:30:00Z"
}