PartTitleTemplateModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "PART_TITLE_TEMPLATE"
Overview
PartTitleTemplateModel model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
type | str | ❌ | PART_TITLE_TEMPLATE | — |
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.