Request the booking.
request_bookingRequest the booking. Idempotent per job; requires approve:true (types-name-as-signature approval of the inventory + quote, stored with a quote snapshot) and accept_terms when the mover has terms. Scope: jobs:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The submitted name is the signature on the approval. | |
| Yes | |||
| phone | No | ||
| job_id | Yes | The job id (ULID) | |
| approve | Yes | Must be true: approves the inventory as complete and this quote. Cleared if the inventory is edited afterwards. | |
| accept_terms | No | Required (true) when the job's `terms.terms` is non-null |