Procurify · Schema

SimpleExpenseReport

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

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

JSON Schema

simpleexpensereport.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SimpleExpenseReport",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "uuid": {
      "type": "string",
      "format": "uuid"
    }
  },
  "required": [
    "uuid"
  ]
}