Skip to main content
Glama

ServiceTitan MCP Server

PurchaseOrdersMarkup_Update

Update purchase order markup percentages in ServiceTitan by specifying tenant and order details. Adjust markup from one value to another to ensure accurate cost calculations.

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" }

Other Tools from ServiceTitan MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server