dispatch_projects_update
Update project details in ServiceTitan's dispatch module to modify status, assign managers, adjust timelines, or add custom data for operational tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| number | No | Project number | |
| name | No | Project name | |
| summary | No | Project summary | |
| status | No | Project status label | |
| statusId | No | Project status ID | |
| subStatus | No | Project sub-status label | |
| subStatusId | No | Project sub-status ID | |
| customerId | No | Customer ID | |
| locationId | No | Location ID | |
| projectTypeId | No | Project type ID | |
| projectManagerIds | No | Assigned project manager IDs | |
| businessUnitIds | No | Assigned business unit IDs | |
| startDate | No | Project start date/time in RFC3339 format | |
| targetCompletionDate | No | Target completion date/time in RFC3339 format | |
| actualCompletionDate | No | Actual completion date/time in RFC3339 format | |
| customFields | No | Custom field values for the project | |
| externalData | No | External data entries | |
| jobIds | No | Associated job IDs | |
| _confirmed | No | Set to true to confirm this write operation |