PartTitleTemplateBase
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PartTitleTemplateBase model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_title_template_id | str | ❌ | — | — |
template_name | str | ✅ | — | — |
status | PartTitleTemplateStatusEnum (ACTIVE, DISABLED) | ❌ | ACTIVE | PartTitleTemplateStatusEnum model. |
applicable_part_types | List[PartTitleTemplatePartType] | ❌ | [] | — |
title | str | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
PartTitleTemplatePartType — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type | str | ✅ | — | — |
part_type_id | str | ✅ | — | — |
No recorded history.
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /title/template | — | src/title/part_title_template_create.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.