ServiceTitan MCP Server

materialsmarkup_update

Update materials markup ranges and percentages in ServiceTitan by specifying tenant ID, markup ID, and desired values to adjust pricing settings.

Input Schema

NameRequiredDescriptionDefault
fromNoStarting value for the markup range
idYesFormat - int64. Materials markup id
percentNoMarkup percentage
tenantYesFormat - int64. Tenant ID
toNoEnding value for the markup range

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "description": "Starting value for the markup range", "type": "number" }, "id": { "description": "Format - int64. Materials markup id", "type": "integer" }, "percent": { "description": "Markup percentage", "type": "number" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "to": { "description": "Ending value for the markup range", "type": "number" } }, "required": [ "tenant", "id" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r