Propertyware · Schema

SaveAccount

Create GL Account Request

Property ManagementReal-EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
accountNumber string Account number.
accountType integer Valid account types - 1:Bank, 2:Credit Card, 5:Current Asset, 12:Non-Current Asset, 6:Current Liability, 13:Non-Current Liability, 7:Equity, 8:Income, 9:Expense, 10:Non-Operating Income, 11:Non-Operat
autoApplyPrepayment boolean Indicates if prepayments should be auto applied.
bank object
code string Account code.
creditCard object
currentAsset object
currentLiability object
description string Description.
equity object
expense object
income object
nonCurrentAsset object
nonCurrentLiability object
nonOperatingExpense object
nonOperatingIncome object
parentGLAccountId integer Parent account ID.
taxable boolean Indicates if the account is taxable.
View JSON Schema on GitHub

JSON Schema

save-account.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SaveAccount",
  "description": "Create GL Account Request",
  "type": "object",
  "required": [
    "accountNumber",
    "accountType",
    "code",
    "description"
  ],
  "properties": {
    "accountNumber": {
      "type": "string",
      "description": "Account number."
    },
    "accountType": {
      "type": "integer",
      "format": "int32",
      "description": "Valid account types - 1:Bank, 2:Credit Card, 5:Current Asset, 12:Non-Current Asset, 6:Current Liability, 13:Non-Current Liability, 7:Equity, 8:Income, 9:Expense, 10:Non-Operating Income, 11:Non-Operating Expense."
    },
    "autoApplyPrepayment": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if prepayments should be auto applied."
    },
    "bank": {
      "$ref": "#/components/schemas/Bank"
    },
    "code": {
      "type": "string",
      "description": "Account code."
    },
    "creditCard": {
      "$ref": "#/components/schemas/CreditCardAccount"
    },
    "currentAsset": {
      "$ref": "#/components/schemas/CurrentAsset"
    },
    "currentLiability": {
      "$ref": "#/components/schemas/CurrentLiability"
    },
    "description": {
      "type": "string",
      "description": "Description."
    },
    "equity": {
      "$ref": "#/components/schemas/Equity"
    },
    "expense": {
      "$ref": "#/components/schemas/Expense"
    },
    "income": {
      "$ref": "#/components/schemas/Income"
    },
    "nonCurrentAsset": {
      "$ref": "#/components/schemas/NonCurrentAsset"
    },
    "nonCurrentLiability": {
      "$ref": "#/components/schemas/NonCurrentLiability"
    },
    "nonOperatingExpense": {
      "$ref": "#/components/schemas/NonOperatingExpense"
    },
    "nonOperatingIncome": {
      "$ref": "#/components/schemas/NonOperatingInome"
    },
    "parentGLAccountId": {
      "type": "integer",
      "format": "int64",
      "description": "Parent account ID."
    },
    "taxable": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if the account is taxable."
    }
  }
}

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/save-account"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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