crm_bookings_provider_contacts_list
List contacts associated with a booking provider by providing booking and provider IDs. Supports pagination and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| bookingProvider | Yes | Booking provider ID |