Primitive 02 / Endpoint detail card

Endpoint detail card

The hero card for a selected endpoint — method chip, full path, summary, description, auth chip with signature popover, and optional path-parameter reference.

Production answer

Endpoint detail card is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.

Primary CTAReview Endpoint detail card states
Generative search brief

Endpoint detail card: The hero card for a selected endpoint — method chip, full path, summary, description, auth chip with signature popover, and optional path-parameter reference.

Parts

List parts catalogue

GET/v1/parts

Returns the muffler parts catalogue. Supports cursor pagination, supersession filtering, and stock-on-hand inclusion. Honours the workshop's location filter when a Suburb header is present.

Version
v1 stable
Auth
Bearer
Bookings

Transition booking status

PATCH/v1/bookings/{id}/status

Move a workshop booking through the state machine. Transitions are validated against the current state — invalid moves return 422.

Version
v1 stable
Auth
Bearer

Path parameters

  • idBooking identifier (e.g. bkg_2026_0489).
  • statusTarget state: accepted, in_progress, ready_for_pickup, completed.
Quotes

Legacy quote endpoint

POST/v0/quote

The 2018 quote endpoint, retained for the old garage tablet image. Returns the same shape as v1 but does not include line items.

Version
v0 legacy
Auth
Basic
Status
Deprecated
Quotes

Create quote

POST/v1/quotes

Creates a draft quote attached to a vehicle registration and service code. Will inherit the current pricing schedule unless overridden in the body.

Version
v1 stable
Auth
Bearer