object PurchaseOrderAttachment
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. |
url | String | URL for the URL resource. |
user_id | String | Public API user ID that identifies the related record. |
account_id | String | Public API account ID that identifies the related record. |
po_li_sku | String | Po li sku. SKU matching is case-insensitive and ignores surrounding whitespace. |
description | String | Human-readable description for this purchase order attachment. |
filename | String | Filename for this purchase order attachment. |
file_type | String | File type for this purchase order attachment. |
file_size | Int | File size in bytes. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"url": "https://example.com/resource",
"user_id": "VXNlcjoxMjM0",
"account_id": "QWNjb3VudDoxMjM0",
"po_li_sku": "BLUE-TEE-M",
"description": "Customer requested expedited handling.",
"filename": "PO-100045",
"file_type": "application/pdf",
"file_size": 2048,
"created_at": "2026-07-09T15:30:00Z"
}