Unified.to · Schema

AccountingOrganization

IntegrationsUnified API

Properties

Name Type Description
address object
created_at string
currency string
fiscal_year_end_month number
id string
legal_name string
name string
organization_code string
parent_id string
raw object
tax_number string
timezone string
updated_at string
website string
View JSON Schema on GitHub

JSON Schema

unified-to-accountingorganization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingOrganization",
  "title": "AccountingOrganization",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/property_AccountingOrganization_address"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "fiscal_year_end_month": {
      "type": "number"
    },
    "id": {
      "type": "string"
    },
    "legal_name": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "organization_code": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "tax_number": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "website": {
      "type": "string"
    }
  },
  "type": "object"
}