Properties
| Name | Type | Description |
|---|---|---|
| name | string | The nickname for the internal account. |
| metadata | object | Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or `null` as the value. |
| parent_account_id | string | The parent internal account for this account. |
| counterparty_id | string | The Counterparty associated to this account. |
| ledger_account_id | string | The Ledger Account associated to this account. |
| contra_ledger_account_id | string | The Contra Ledger Account associated to this account. |
| 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/internal_account_update_request",
"title": "internal_account_update_request",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The nickname for the internal account."
},
"metadata": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or `null` as the value."
},
"parent_account_id": {
"type": "string",
"description": "The parent internal account for this account."
},
"counterparty_id": {
"type": "string",
"description": "The Counterparty associated to this account."
},
"ledger_account_id": {
"type": "string",
"description": "The Ledger Account associated to this account."
},
"contra_ledger_account_id": {
"type": "string",
"description": "The Contra Ledger Account associated to this account."
},
"external_id": {
"type": "string",
"nullable": true,
"description": "An optional user-defined 180 character unique identifier."
}
}
}
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-internal-account-update-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.