dispatch_installed_equipment_create
Create new installed equipment records in ServiceTitan by specifying equipment details, customer information, installation dates, and warranty data for dispatch operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Whether the installed equipment is active | |
| equipmentId | Yes | Equipment catalog ID | |
| locationId | Yes | Location ID | |
| customerId | Yes | Customer ID | |
| invoiceItemId | No | Invoice item ID | |
| name | Yes | Installed equipment display name | |
| installedOn | Yes | 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 |