PartsTraderQuote
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PartsTraderQuote model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | PARTS_TRADER_QUOTE | — |
quote_type | str | ✅ | — | — |
request_id | str | ✅ | — | — |
parts | List[Part] | ✅ | — | — |
bulk_price_excl_gst | float | ❌ | — | — |
freight_price_excl_gst | float | ❌ | — | — |
time_to_deliver | str | ✅ | — | — |
extra_details | str | ❌ | — | — |
reference | str | ❌ | — | — |
payment_methods | List[str] | ❌ | [] | — |
images | List[str] | ❌ | [] | — |
confirm_action | str | ❌ | DRAFT | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
Part — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part | str | ✅ | — | — |
part_type | str | ❌ | — | — |
code | str | ❌ | — | — |
unit_price | float | ❌ | — | — |
is_removed | bool | ✅ | — | — |
comment | str | ❌ | — | — |
Change history
v1.0.0· 2025-03-15 · Olaniyi Ajayi · Initial version. (338416124)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /quote | — | src/parts_trader_quote.py |
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/PartsTrader/dependencies/models.py. Do not edit by hand.