Procurify · Schema

BillItemsSummaryDocs

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
total_items integer
total_cost number
View JSON Schema on GitHub

JSON Schema

billitemssummarydocs.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BillItemsSummaryDocs",
  "type": "object",
  "properties": {
    "total_items": {
      "type": "integer"
    },
    "total_cost": {
      "type": "number",
      "format": "double"
    }
  },
  "required": [
    "total_cost",
    "total_items"
  ]
}