bookings_updatebookingcontact
Updates contact details for a booking in ServiceTitan, including contact type, value, and optional memo, ensuring accurate client communication and record-keeping.
Input 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) |