VehiclePurchaseDelete
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Delete payload/query model for vehicle purchase.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
purchase_id | str | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | DELETE /newvehiclePurchase/ | — | src/purchase_delete.py |
Change history
v1.0.0 · 2026-04-14 · Clifford Usidamen · 174dbf548
feat(purchase): move vehicle purchase search to /search and add filters, soft delete, money-owed, and filter-preferences APIs
- Initial version.
Generated from
dismantly-backend/Microservices/Purchase/dependencies/models.py. Do not edit by hand.