Start a job (the survey container).
create_jobStart a job (the survey container). Contact details are NOT accepted here — funnel rule. Send Idempotency-Key so a retry cannot create a second job. Scope: jobs:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | One end of the move, as the customer gives it. | |
| dwelling | No | What the customer says their home is (any wording; stored beside what the video measures) | |
| move_date | No | YYYY-MM-DD | |
| quote_kind | No | What the job is for. A firm job becomes bookable once filmed. | firm |
| destination | No | One end of the move, as the customer gives it. | |
| idempotency_key | No | Any unique string per intended job (a UUID, your order id). For 24 hours, the same key with the same body returns the ORIGINAL 201 body with `Idempotent-Replayed: true` and creates nothing; the same key with a different body is a 422 `idempotency_key_reused`; the same key while the first request is still running is a 409 `idempotency_in_progress` with `Retry-After: 1`. Scoped to your account and partitioned by the calling key's kind and mode. Omit it and the request is never deduplicated. |