CapricornQuote
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
CapricornQuote model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | CAPRICORN_QUOTE | — |
request_id | str | ✅ | — | — |
parts | List[Part] | ✅ | — | — |
is_draft | bool | ✅ | — | — |
bulk_price | float | ❌ | — | — |
shipping | float | ❌ | — | — |
is_bulk_price | bool | ✅ | — | — |
shipping_date | str | ❌ | — | — |
note | str | ❌ | — | — |
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_request_item_id | int | ✅ | — | — |
part_name | str | ✅ | — | — |
price | float | ❌ | — | — |
note | str | ❌ | — | — |
Change history
v1.0.0· 2025-03-16 · Cian (shared account) · Initial version. (0c2952ef4)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/Capricorn/dependencies/models.py. Do not edit by hand.