PricingTemplateBase
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "PRICING_TEMPLATE"
Overview
PricingTemplateBase model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
type | str | ❌ | PRICING_TEMPLATE | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
pricing_template_id | str | ✅ | — | — |
name | str | ❌ | — | — |
veh_production_year_from | int | ❌ | — | — |
veh_production_year_to | int | ❌ | — | — |
veh_production_month_from | int | ❌ | — | — |
veh_production_month_to | int | ❌ | — | — |
veh_chassis_code | str | ❌ | — | — |
veh_engine_code | str | ❌ | — | — |
veh_fuel_type | str | ❌ | — | — |
veh_fuel_type_id | str | ❌ | — | — |
veh_engine_size | float | ❌ | — | — |
veh_body_type | str | ❌ | — | — |
veh_body_type_id | str | ❌ | — | — |
veh_drive_type | str | ❌ | — | — |
veh_drive_type_id | str | ❌ | — | — |
country | Country (AUS, NZ, SA, US, GB, JP, IND, DNK) | ❌ | AUS | Country |
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_series | str | ❌ | — | — |
veh_series_id | str | ❌ | — | — |
parts | List[PricingPart] | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
PricingPart — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type | str | ✅ | — | — |
part_type_id | str | ✅ | — | — |
retail | float | ❌ | — | — |
trade | float | ❌ | — | — |
walk_in | float | ❌ | — | — |
mrsp | float | ❌ | — | — |
trade_me | float | ❌ | — | — |
network | float | ❌ | — | — |
web_shop | float | ❌ | — | — |
ebay | float | ❌ | — | — |
parts_world | float | ❌ | — | — |
No recorded history.
APIs / Triggers
No API or event interacts with this object directly.
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.