crm_bookings_provider_update
Update booking details like time, customer, and notes in ServiceTitan CRM by providing booking ID and provider ID with patch data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookingProvider | Yes | Booking provider ID | |
| id | Yes | Booking ID | |
| payload | No | Booking patch payload | |
| _confirmed | No | Set to true to confirm this write operation |