ServiceTitan MCP Server

estimates_update

Update ServiceTitan estimates by specifying the estimate ID and tenant. Modify estimate details to ensure accurate project tracking and financial management.

Input Schema

NameRequiredDescriptionDefault
estimateNoEstimate object to update
idYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "estimate": { "additionalProperties": false, "description": "Estimate object to update", "properties": {}, "type": "object" }, "id": { "description": "Format - int64.", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r