customers_update
Update customer information in ServiceTitan, including active status, name, address, custom fields, balance, and preferences like do-not-mail or do-not-service flags.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether the customer is active | |
address | No | The address of the customer | |
balance | No | The balance of the customer | |
customFields | No | The custom fields of the customer | |
doNotMail | No | Whether the customer should not be mailed | |
doNotService | No | Whether the customer should not be serviced | |
externalData | No | The external data of the customer | |
id | Yes | Format - int64. | |
mergedToId | No | The ID of the customer this customer was merged to | |
name | No | The name of the customer | |
tagTypeIds | No | The tag type IDs of the customer | |
tenant | Yes | Format - int64. Tenant ID | |
type | No | The type of the customer |