ServiceTitan MCP Server

client_specific_pricing_update_rate_sheet

Update client-specific pricing rate sheets in ServiceTitan by providing a tenant ID, rate sheet ID, and payload data for adjustments.

Input Schema

NameRequiredDescriptionDefault
payloadYesThe payload to update the rate sheet with
rateSheetIdYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "payload": { "additionalProperties": {}, "description": "The payload to update the rate sheet with", "type": "object" }, "rateSheetId": { "description": "Format - int64.", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "rateSheetId", "payload" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r