input CreatePurchaseOrderAttachmentInput

Fields

FieldTypeDescription
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

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