ServiceTitan MCP Server

invoices_update_invoice_items

Modify specific items on ServiceTitan invoices by providing invoice ID, tenant ID, and updated fields in a JSON payload. Ensures accurate billing adjustments.

Input Schema

NameRequiredDescriptionDefault
invoiceIdYesFormat - int64.
payloadNoThe request body as a JSON object. Each key represents a field to be updated. The values are the new values for the respective fields.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "invoiceId": { "description": "Format - int64.", "type": "integer" }, "payload": { "additionalProperties": {}, "description": "The request body as a JSON object. Each key represents a field to be updated. The values are the new values for the respective fields.", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "invoiceId" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r