input AddPurchaseOrderAttachmentInput
Fields
| Field | Type | Description |
|---|---|---|
po_id | String! | Public API PO ID that identifies the related record. |
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
- purchase_order_add_attachment Mutation
Example
{
"po_id": "UHVyY2hhc2VPcmRlcjoxMjM0",
"url": "https://example.com/resource",
"description": "Customer requested expedited handling.",
"filename": "PO-100045",
"file_type": "application/pdf"
}