ServiceTitan MCP Server

journal_entries_sync_update

Update and synchronize journal entries by specifying the UUID and tenant ID to ensure accurate data alignment in the ServiceTitan system.

Input Schema

NameRequiredDescriptionDefault
idYesThe Journal Entry ID (UUID)
tenantYesThe Tenant ID (int64)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The Journal Entry ID (UUID)", "format": "uuid", "type": "string" }, "tenant": { "description": "The Tenant ID (int64)", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r