ServiceTitan MCP Server

PurchaseOrdersMarkup_Create

Apply markup percentages to purchase orders within specified ranges using the ServiceTitan MCP Server. Define start and end values, markup percentage, and tenant ID to automate pricing adjustments.

Input Schema

NameRequiredDescriptionDefault
fromNoStarting value for the markup range
percentNoMarkup percentage to apply
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" }, "percent": { "description": "Markup percentage to apply", "type": "number" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "to": { "description": "Ending value for the markup range", "type": "number" } }, "required": [ "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r