Unified.to · Schema

AccountingProfitlossAccount

IntegrationsUnified API

Properties

Name Type Description
account_id string
account_name string
total_amount number
transaction_ids object
View JSON Schema on GitHub

JSON Schema

unified-to-accountingprofitlossaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingProfitlossAccount",
  "title": "AccountingProfitlossAccount",
  "properties": {
    "account_id": {
      "type": "string"
    },
    "account_name": {
      "type": "string"
    },
    "total_amount": {
      "type": "number"
    },
    "transaction_ids": {
      "$ref": "#/components/schemas/property_AccountingProfitlossAccount_transaction_ids"
    }
  },
  "type": "object"
}