UpdatePartTypeDimensions
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
UpdatePartTypeDimensions model for updating dimensions of a part type per tenant
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type_id | str | ✅ | — | — |
weight_g | float | ❌ | — | — |
width_mm | float | ❌ | — | — |
height_mm | float | ❌ | — | — |
length_mm | float | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /customPartType/dimensions | — | src/part_type/update_part_type_dimensions.py |
Change history
v2.0.0 · 2025-12-07 · Cian (shared account) · 17b698153
fx
- Removed field
height(breaking). - Removed field
height_metric(breaking). - Removed field
length(breaking). - Removed field
length_metric(breaking). - Removed field
weight(breaking). - Removed field
weight_metric(breaking). - Removed field
width(breaking). - Removed field
width_metric(breaking). - Added optional field
height_mm. - Added optional field
length_mm. - Added optional field
weight_g. - Added optional field
width_mm.
v1.0.0 · 2025-12-02 · Olaniyi Ajayi · 92df74801
fx
- Initial version.
Generated from
dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.