Unified.to · Schema

AccountingTransactionContact

IntegrationsUnified API

Properties

Name Type Description
id string
is_customer boolean
is_supplier boolean
View JSON Schema on GitHub

JSON Schema

unified-to-accountingtransactioncontact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingTransactionContact",
  "title": "AccountingTransactionContact",
  "properties": {
    "id": {
      "type": "string"
    },
    "is_customer": {
      "type": "boolean"
    },
    "is_supplier": {
      "type": "boolean"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}