ValidateQuantities
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Validate Quantities model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
line_items | List[QuantityLineItem] | ✅ | — | — |
invoice_id | str | ❌ | — | — |
work_order_id | str | ❌ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
QuantityLineItem — v2.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_id | str | ✅ | — | — |
quantity | int | ❌ | 0 | — |
Change history
v2.0.0· 2025-05-26 · Cian (shared account) · Fieldquantitytype changed: int → Optional[int] (breaking).; Fieldquantitybecame optional.; Fieldquantitydefault changed: None → 0. (028336e9d)v1.0.0· 2025-03-16 · Cian (shared account) · Initial version. (feca668a3)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.