crm_locations_create
Create customer locations in ServiceTitan CRM by adding addresses, contacts, tax zones, and custom fields to organize service delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxZoneId | No | Tax zone ID | |
| customerId | No | Customer ID | |
| active | No | Active flag | |
| name | No | Location name | |
| address | No | Address | |
| customFields | No | Custom fields | |
| zoneId | No | Zone ID | |
| tagTypeIds | No | Tag type IDs | |
| externalData | No | External data entries | |
| contacts | No | Location contacts | |
| _confirmed | No | Set to true to confirm this write operation |