crm_bookings_provider_contacts_create
Create a new contact for a booking provider's booking, specifying the contact type and value, with an optional memo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking ID | |
| memo | No | Contact memo | |
| type | Yes | Contact type | |
| value | Yes | Contact value | |
| _confirmed | No | Set to true to confirm this write operation | |
| bookingProvider | Yes | Booking provider ID |