ServiceTitan MCP Server

payroll_adjustments_get

Retrieve payroll adjustment details for ServiceTitan employees or technicians by specifying the adjustment ID and tenant ID for accurate payroll management.

Input Schema

NameRequiredDescriptionDefault
employeeTypeNoThe employee type
idYesThe ID of payroll adjustment
tenantYesTenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "employeeType": { "description": "The employee type", "enum": [ "Technician", "Employee" ], "type": "string" }, "id": { "description": "The ID of payroll adjustment", "type": "integer" }, "tenant": { "description": "Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r