object AddPurchaseOrderAttachmentOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
attachment | PurchaseOrderAttachment |
Referenced By
- purchase_order_add_attachment Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"attachment": PurchaseOrderAttachment
}