PartPurchaseSearch
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PartPurchaseSearch model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
free_text_query | str | ❌ | — | — |
payment_status | str | ❌ | — | — |
arrival_status | str | ❌ | — | — |
reference | str | ❌ | — | — |
contact_id | str | ❌ | — | — |
only_show_not_paid | bool | ❌ | False | — |
only_show_not_arrived | bool | ❌ | False | — |
start_date | str | ❌ | — | — |
end_date | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-04-22 · Cian (shared account) · 71ac3af7c
detatch
- Initial version.
Generated from
dismantly-backend/Microservices/PartPurchases/dependencies/models.py. Do not edit by hand.