PricingPostTemplateBase
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PricingPostTemplateBase model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | ❌ | — | — |
pricing_template_id | 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 |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
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
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /pricing/template | — | src/pricing/part_pricing_template_create.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.