dispatch_installed_equipment_update
Update installed equipment records in ServiceTitan dispatch operations to modify details like status, location, warranty dates, or replacement information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Installed equipment ID | |
| active | No | Whether the installed equipment is active | |
| equipmentId | No | Equipment catalog ID | |
| locationId | No | Location ID | |
| customerId | No | Customer ID | |
| invoiceItemId | No | Invoice item ID | |
| name | No | Installed equipment display name | |
| installedOn | No | Installed date/time in RFC3339 format | |
| serialNumber | No | Serial number | |
| barcodeId | No | Barcode ID | |
| memo | No | Equipment memo | |
| manufacturer | No | Manufacturer name | |
| model | No | Model identifier | |
| cost | No | Acquisition cost | |
| manufacturerWarrantyStart | No | Manufacturer warranty start date/time in RFC3339 format | |
| manufacturerWarrantyEnd | No | Manufacturer warranty end date/time in RFC3339 format | |
| serviceProviderWarrantyStart | No | Service provider warranty start date/time in RFC3339 format | |
| serviceProviderWarrantyEnd | No | Service provider warranty end date/time in RFC3339 format | |
| actualReplacementDate | No | Actual replacement date/time in RFC3339 format | |
| predictedReplacementMonths | No | Predicted replacement cadence in months | |
| predictedReplacementDate | No | Predicted replacement date/time in RFC3339 format | |
| _confirmed | No | Set to true to confirm this write operation |