ServiceTitan MCP Server

payment_terms_get_payment_term_model

Retrieve a specific payment term model from ServiceTitan by providing a payment term ID and tenant ID for accurate financial tracking and management.

Input Schema

NameRequiredDescriptionDefault
paymentTermIdYesFormat - int64.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r