ServiceTitan MCP Server

PurchaseOrdersMarkup_Update

Update purchase order markup percentages in ServiceTitan via the MCP server. Specify tenant ID, markup ID, and adjustments to ensure accurate pricing and cost management.

Input Schema

NameRequiredDescriptionDefault
createdOnNo
fromNo
idYesFormat - int64.
modifiedOnNo
percentNo
tenantYesFormat - int64. Tenant ID
toNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createdOn": { "type": "string" }, "from": { "type": "number" }, "id": { "description": "Format - int64.", "type": "integer" }, "modifiedOn": { "type": "string" }, "percent": { "type": "number" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" }, "to": { "type": "number" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r