Unified.to · Schema

property_AccountingReport_trial_balance

IntegrationsUnified API

Properties

Name Type Description
created_at string
currency string
end_at string
id string
name string
raw object
start_at string
sub_items object
total_credit_amount number
total_debit_amount number
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-property-accountingreport-trial-balance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AccountingReport_trial_balance",
  "title": "property_AccountingReport_trial_balance",
  "properties": {
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    },
    "sub_items": {
      "$ref": "#/components/schemas/property_AccountingReport_trial_balance_sub_items"
    },
    "total_credit_amount": {
      "type": "number"
    },
    "total_debit_amount": {
      "type": "number"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}