Procurify · Schema

DenialReasonEnum

* `1` - Other * `2` - Over budget * `3` - Unapproved vendor * `4` - Duplicate request * `5` - Policy violation * `6` - Incorrect specs * `7` - Per request * `8` - Missing information * `9` - Incorrect timing * `10` - Process not followed

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

JSON Schema

denialreasonenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DenialReasonEnum",
  "enum": [
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9,
    10
  ],
  "type": "integer",
  "description": "* `1` - Other\n* `2` - Over budget\n* `3` - Unapproved vendor\n* `4` - Duplicate request\n* `5` - Policy violation\n* `6` - Incorrect specs\n* `7` - Per request\n* `8` - Missing information\n* `9` - Incorrect timing\n* `10` - Process not followed"
}