Vehicle Repair Enquiry sample — customise me

1. Choose a branch

Loaded from GET /branches. Each option's value is an opaque token.

2. Your vehicle

Type the vehicle details in manually.

3. Damage

Production UIs use the vehicle damage diagram. For this sample, search for a panel by name (POST /quote/panels), pick a match to load its damage types (POST /quote/damage-types), pick one, and add it.

4. Indicative quote optional

Prices the added damages via POST /quote/est-cost (company + category resolved server-side).

5. Your details

On submit (POST /enquiries) we email you a verification code. No estimate is created yet.

Activity log for debugging — remove in production