input CreatePurchaseOrderAttachmentInput
Fields
| Field | Type | Description |
|---|---|---|
url | String! | URL for the URL resource. |
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. |
Referenced By
Example
{
"url": "https://example.com/resource",
"description": "Customer requested expedited handling.",
"filename": "PO-100045",
"file_type": "application/pdf"
}