Procurify · Schema

VendorTypeEnum

* `2` - amazon punchout * `3` - preferred * `4` - regular * `6` - credit card provider * `7` - checkout

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

JSON Schema

vendortypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VendorTypeEnum",
  "enum": [
    2,
    3,
    4,
    6,
    7
  ],
  "type": "integer",
  "description": "* `2` - amazon punchout\n* `3` - preferred\n* `4` - regular\n* `6` - credit card provider\n* `7` - checkout"
}