VehicleTitleTemplateModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "VEHICLE_TITLE_TEMPLATE"
Overview
VehicleTitleTemplateModel model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ❌ | VEHICLE_TITLE_TEMPLATE | — |
tenant_id | str | ✅ | — | — |
type | str | ❌ | VEHICLE_TITLE_TEMPLATE | — |
vehicle_title_template_id | str | ❌ | VEHICLE_TITLE_TEMPLATE | — |
title | str | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /title/template | — | src/title/vehicle_title_template_create.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.