PartTypePartAttribute
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PartTypePartAttribute model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
id | str | ✅ | — | — |
name | str | ✅ | — | — |
is_system_wide | bool | ✅ | — | — |
tenant_id | str | ❌ | — | — |
attribute_type | str | ✅ | — | — |
attribute_to_value_cardinality | str | ❌ | — | — |
part_type | str | ✅ | — | — |
part_type_id | str | ✅ | — | — |
is_required | bool | ✅ | — | — |
is_recommended | bool | ✅ | — | — |
is_derived_from_vehicle | bool | ✅ | — | — |
vehicle_attribute_key | str | ❌ | — | — |
order | int | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /addAttributeToPartType | — | src/part_type/add_attribute_to_part_type.py |
Change history
v1.0.0 · 2025-12-30 · Cian (shared account) · fb281f6a7
fx
- Initial version.
Generated from
dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.