ServiceTitan MCP Server

adjustments_update

Update specific adjustments in ServiceTitan by providing the adjustment ID and tenant ID. This tool facilitates direct API interactions within the ServiceTitan MCP Server.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64. Adjustment Id
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64. Adjustment Id", "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