Procurify · Schema

OrderItemAttachmentTypeEnum

* `other` - other * `invoice` - invoice * `packingslip` - packingslip

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration
View JSON Schema on GitHub

JSON Schema

orderitemattachmenttypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrderItemAttachmentTypeEnum",
  "enum": [
    "other",
    "invoice",
    "packingslip"
  ],
  "type": "string",
  "description": "* `other` - other\n* `invoice` - invoice\n* `packingslip` - packingslip"
}