ServiceTitan MCP Server

receipts_update_custom_fields

Update custom fields in ServiceTitan receipts by specifying a tenant ID and key-value pairs to modify associated data via the ServiceTitan MCP Server.

Input Schema

NameRequiredDescriptionDefault
customFieldsNoCustom fields to update. A map of key-value pairs.
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customFields": { "additionalProperties": {}, "description": "Custom fields to update. A map of key-value pairs.", "type": "object" }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r