input AddPurchaseOrderAttachmentInput

Fields

FieldTypeDescription
po_idString!

Public API PO ID that identifies the related record.

urlString!

URL for the URL resource.

descriptionString

Human-readable description for this purchase order attachment.

filenameString

Filename for this purchase order attachment.

file_typeString

File type for this purchase order attachment.

Referenced By

Example

{
  "po_id": "UHVyY2hhc2VPcmRlcjoxMjM0",
  "url": "https://example.com/resource",
  "description": "Customer requested expedited handling.",
  "filename": "PO-100045",
  "file_type": "application/pdf"
}