ServiceTitan MCP Server

gl_accounts_update_account

Update General Ledger accounts in ServiceTitan by specifying the account ID and desired changes in the payload. Useful for maintaining accurate financial records.

Input Schema

NameRequiredDescriptionDefault
accountIdYesFormat - int64. Long integer id of the General Ledger account to be updated
payloadNoPayload for updating the GL Account. Omit to leave fields unchanged.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountId": { "description": "Format - int64. Long integer id of the General Ledger account to be updated", "type": "integer" }, "payload": { "additionalProperties": {}, "description": "Payload for updating the GL Account. Omit to leave fields unchanged.", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "accountId", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r