ServiceTitan MCP Server

timesheets_update_job_timesheet

Update job timesheet data in ServiceTitan using the specified job ID, timesheet ID, and payload to modify timesheet details accurately.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64. The job timesheet ID
jobYesFormat - int64. The job ID
payloadNoThe timesheet data to update
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64. The job timesheet ID", "type": "integer" }, "job": { "description": "Format - int64. The job ID", "type": "integer" }, "payload": { "additionalProperties": {}, "description": "The timesheet data to update", "type": "object" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "job", "id" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r