input CreatePurchaseOrderAttachmentInput
Fields
| Field | Type | Description |
|---|---|---|
url | String! | |
description | String | |
filename | String | |
file_type | String |
Referenced By
Example
{
"url": "abc123",
"description": "abc123",
"filename": "abc123",
"file_type": "abc123"
}