create_booking
Book professional home cleaning services in France by providing client details, address, and consent after obtaining a quote. The booking is confirmed with a token and held for 48 hours before worker dispatch.
Instructions
Create a booking. Requires a quoteToken from get_quote plus the end-user's identity, address, and explicit consent. Returns a bookingToken (72h) for subsequent calls and a bookingId. The booking is held for 48h before worker dispatch as anti-fraud protection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteToken | Yes | ||
| client | Yes | ||
| address | Yes | ||
| dateDebut | Yes | First intervention date (ISO 8601) | |
| frequency | No | ||
| nbHeuresSemaine | No | ||
| nbPrestaSemaine | No | ||
| comments | No | ||
| agentConsent | Yes | Attest that the end-user explicitly consented to share their data via your agent |