object OrderAttachment
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
order_id | String | |
account_id | String | |
description | String | |
url | String | |
filename | String | |
file_type | String | |
file_size | Int | |
created_at | ISODateTime |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"order_id": "abc123",
"account_id": "abc123",
"description": "abc123",
"url": "abc123",
"filename": "abc123",
"file_type": "abc123",
"file_size": 987,
"created_at": "abc123"
}