Request a tour
request_tourAsk to tour a rental on A-du, as the signed-in person. Sends the landlord up to three preferred times and an optional note. The landlord accepts or declines; this does not book anything. Returns the message and thread so the conversation can be followed up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional note to the landlord. | |
| listing_id | Yes | The rental to tour, from search_rentals. | |
| idempotency_key | No | Optional. Send the same key when retrying so a dropped response cannot create a second request. | |
| preferred_times | Yes | One to three preferred times, each as YYYY-MM-DDTHH:MM in the listing's local time. |