assign_cleaner_to_rental_turnover
Assign a cleaner to a vacation rental property turnover between bookings. Supports primary and backup cleaner assignments. Pass property_id, cleaner_id, booking_id, optional role (primary/backup), and scheduled_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role: primary or backup | |
| booking_id | Yes | Booking UUID for the turnover | |
| cleaner_id | Yes | Cleaner UUID | |
| property_id | Yes | Property UUID or lilo_code | |
| scheduled_date | No | Scheduled date (ISO format) |