Procurify · Schema

PODocs

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
number string
id integer
uuid string
View JSON Schema on GitHub

JSON Schema

podocs.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PODocs",
  "type": "object",
  "properties": {
    "number": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "uuid": {
      "type": "string"
    }
  }
}