Unified.to · Schema

AccountingTransaction

IntegrationUnified-API

Properties

Name Type Description
account_id string
contacts object
created_at string
currency string
customer_message string
id string
lineitems object
memo string
organization_id string
payment_method string
payment_terms string
raw object
reference string
split_account_id string
sub_total_amount number
tax_amount number
total_amount number
type string
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-accountingtransaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingTransaction",
  "title": "AccountingTransaction",
  "properties": {
    "account_id": {
      "type": "string"
    },
    "contacts": {
      "$ref": "#/components/schemas/property_AccountingTransaction_contacts"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "customer_message": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "lineitems": {
      "$ref": "#/components/schemas/property_AccountingTransaction_lineitems"
    },
    "memo": {
      "type": "string"
    },
    "organization_id": {
      "type": "string"
    },
    "payment_method": {
      "type": "string"
    },
    "payment_terms": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "reference": {
      "type": "string"
    },
    "split_account_id": {
      "type": "string"
    },
    "sub_total_amount": {
      "type": "number"
    },
    "tax_amount": {
      "type": "number"
    },
    "total_amount": {
      "type": "number"
    },
    "type": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/unified-to-accountingtransaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.