Skip to main content

CreateSeries

Version: v2.0.0

Supporting model

A request/response or nested model — not a stored DynamoDB entity.

Overview

CreateSeries model

Fields

FieldTypeRequiredDefaultDescription
veh_model_idstr
veh_modelstr
veh_submodel_idstr
veh_submodelstr
namestr
year_fromstr
year_from_idstr
year_tostr
year_to_idstr

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /nz/seriessrc/new_zealand/create_series.py

Change history

v2.0.0 · 2025-05-08 · Cian (shared account) · 6a88fc041

fx

  • Field year_from type changed: str → Optional[str] (breaking).
  • Field year_from became optional.
  • Field year_from_id type changed: str → Optional[str] (breaking).
  • Field year_from_id became optional.
  • Field year_to type changed: str → Optional[str] (breaking).
  • Field year_to became optional.
  • Field year_to_id type changed: str → Optional[str] (breaking).
  • Field year_to_id became optional.
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3

models

  • Initial version.

Generated from dismantly-backend/Microservices/VehicleAndPartMaster/dependencies/models.py. Do not edit by hand.

Models last synced: 2026-06-23 13:21 UTC