Purchase
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Purchase
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
purchase_source | str | ❌ | — | — |
purchase_source_id | str | ❌ | — | — |
auction_id | str | ❌ | — | — |
auction | str | ❌ | — | — |
seller_name | str | ❌ | — | — |
seller_email | str | ❌ | — | — |
seller_phone | str | ❌ | — | — |
deliery_method | str | ❌ | — | — |
deliery_method_id | str | ❌ | — | — |
is_original_pickup_address | bool | ❌ | — | — |
address | Address | ✅ | — | Address |
seller_license_front | File | ❌ | — | — |
seller_license_back | File | ❌ | — | — |
seller_signature | File | ❌ | — | — |
payment_type | str | ❌ | — | — |
payment_type_id | str | ❌ | — | — |
payment_reference | str | ❌ | — | — |
purchase_date | str | ❌ | — | — |
purchase_price | float | ❌ | — | — |
has_stolen_check | bool | ❌ | — | — |
marketing_source | str | ❌ | — | — |
marketing_source_id | str | ❌ | — | — |
purchase_id | str | ❌ | — | — |
purchase_display_id | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /pinnacle | — | src/pinnacle/vehicle_handle_create.py |
| API | PUT /pinnacle | — | src/pinnacle/vehicle_handle_update.py |
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · 2ffc9c19c
part ready
- Initial version.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.