ServiceTitan MCP Server

bookings_update

Update booking details in ServiceTitan by providing tenant ID, booking provider, booking ID, and JSON payload for modifications.

Input Schema

NameRequiredDescriptionDefault
booking_providerYesFormat - int64.
idYesFormat - int64.
payloadNoJSON payload for the update
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r