Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the ledger account category. |
| description | string | The description of the ledger account category. |
| metadata | object | Additional data represented as key-value pairs. Both the key and value must be strings. |
| currency | string | The currency of the ledger account category. |
| currency_exponent | integer | The currency exponent of the ledger account category. |
| ledger_id | string | The id of the ledger that this account category belongs to. |
| normal_balance | string | The normal balance of the ledger account category. |
| ledger_account_category_ids | array | The array of ledger account category ids that this ledger account category should be a child of. |
| external_id | string | An optional user-defined 180 character unique identifier. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ledger_account_category_create_request",
"title": "ledger_account_category_create_request",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the ledger account category."
},
"description": {
"type": "string",
"description": "The description of the ledger account category.",
"nullable": true
},
"metadata": {
"type": "object",
"description": "Additional data represented as key-value pairs. Both the key and value must be strings.",
"additionalProperties": {
"type": "string"
},
"example": {
"key": "value",
"foo": "bar",
"modern": "treasury"
}
},
"currency": {
"type": "string",
"description": "The currency of the ledger account category."
},
"currency_exponent": {
"type": "integer",
"description": "The currency exponent of the ledger account category.",
"nullable": true
},
"ledger_id": {
"type": "string",
"format": "uuid",
"description": "The id of the ledger that this account category belongs to."
},
"normal_balance": {
"type": "string",
"enum": [
"credit",
"debit"
],
"description": "The normal balance of the ledger account category.",
"_x-stainless-modelDefPath": "$shared.transaction_direction"
},
"ledger_account_category_ids": {
"type": "array",
"items": {
"type": "string",
"format": "uuid"
},
"description": "The array of ledger account category ids that this ledger account category should be a child of."
},
"external_id": {
"type": "string",
"nullable": true,
"description": "An optional user-defined 180 character unique identifier."
}
},
"required": [
"name",
"normal_balance",
"currency",
"ledger_id"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/modern-treasury-ledger-account-category-create-request"
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.