object ReturnAttachment
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
account_id | String | Public API account ID that identifies the related record. |
user_id | String | Public API user ID that identifies the related record. |
return_id | String | Public API return ID that identifies the related record. |
return_item_id | String | Public API return item ID that identifies the related record. |
url | String | URL for the URL resource. |
filename | String | Filename for this return attachment. |
file_type | String | File type for this return attachment. |
description | String | Human-readable description for this return attachment. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
- Return Type
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"
}