ServiceTitan MCP Server

purchase_orders_cancel

Cancel purchase orders in ServiceTitan by specifying the order ID and tenant ID. Streamline order management using the MCP server to interact with the ServiceTitan API.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64. Return Id
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64. Return Id", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r