book_job
Create a booking request with a specific locksmith (firmer than request_quote).
ONLY call when the user wants to book a job — it sends a real request. Provide a
phone (preferred) or email. `preferred_time` is the requested window, e.g.
"today 3-5pm". This is a booking REQUEST, not a guaranteed appointment; the
locksmith confirms the time, price, and ETA. Returns a reference id (HL-####).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ||
| name | Yes | ||
| No | |||
| phone | No | ||
| details | No | ||
| service | No | lockout | |
| urgency | No | ||
| locksmith_id | Yes | ||
| preferred_time | No |