CapricornSearchRequest
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Capricorn Search Request Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
free_text_search | str | ❌ | — | — |
year | int | ❌ | — | — |
model | str | ❌ | — | — |
make | str | ❌ | — | — |
sub_model | str | ❌ | — | — |
fuel_type | str | ❌ | — | — |
vehicle_type | str | ❌ | — | — |
transmission | str | ❌ | — | — |
body_style | str | ❌ | — | — |
chassis_number | str | ❌ | — | — |
vin | str | ❌ | — | — |
engine_number | str | ❌ | — | — |
engine_cc | str | ❌ | — | — |
engine_power | str | ❌ | — | — |
is_read | str | ❌ | — | — |
status | str | ❌ | — | — |
registration_id | str | ❌ | — | — |
request_id | str | ❌ | — | — |
is_hidden | bool | ❌ | — | — |
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.