ServiceTitan MCP Server

transfers_update_custom_fields

Update custom fields in ServiceTitan for a specified tenant using the API. Streamline data management by modifying tailored fields to align with specific business needs.

Input Schema

NameRequiredDescriptionDefault
custom_fieldsYesCustom fields to update
tenantYesTenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r