Procurify · Schema

LegalEntitySummary

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

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

JSON Schema

legalentitysummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LegalEntitySummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "uuid": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    }
  }
}