crm_bookings_provider_contacts_update
Updates a booking provider's contact details including type, value, and memo for a specified booking and contact ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking ID | |
| memo | No | Contact memo | |
| type | Yes | Contact type | |
| value | Yes | Contact value | |
| contactId | Yes | Contact ID | |
| _confirmed | No | Set to true to confirm this write operation | |
| bookingProvider | Yes | Booking provider ID |