bookings_updatebookingcontact
Update booking contact details in ServiceTitan by specifying tenant ID, booking provider, contact ID, type, and value to ensure accurate client communication.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_provider | Yes | Format - int64. | |
| contactId | Yes | Format - int64. | |
| id | Yes | Format - int64. | |
| memo | No | Optional memo for the contact | |
| tenant | Yes | Format - int64. Tenant ID | |
| type | Yes | Contact type (e.g., Phone) | |
| value | Yes | Contact value (e.g., phone number) |