ServiceTitan MCP Server

PayrollSettings_UpdateEmployeePayrollSettings

Update employee payroll settings in ServiceTitan by specifying employee ID, tenant ID, and payload data through the MCP server.

Input Schema

NameRequiredDescriptionDefault
employeeYesFormat - int64. The employee ID
payloadYesRequest Body
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r