Procurify · Schema

BranchSummary

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

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

JSON Schema

branchsummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BranchSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "maxLength": 150
    }
  },
  "required": [
    "name"
  ]
}