ServiceTitan MCP Server

PayrollSettings_UpdateTechnicianPayrollSettings

Update technician payroll settings in ServiceTitan by specifying technician, tenant, and employee details. Facilitates accurate payroll configuration through API integration.

Input Schema

NameRequiredDescriptionDefault
employeeIdNoEmployee ID
technicianYesFormat - int64. The technician ID
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r