Search
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Search model for invoices
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
free_text_query | str | ❌ | — | — |
status | Status (DRAFT, AWAITING_PAYMENT, PAID, OVERDUE, VOIDED) | ❌ | — | Status class for invoice |
contact_name | str | ❌ | — | — |
contact_id | str | ❌ | — | — |
sales_person | str | ❌ | — | — |
type | str | ❌ | — | — |
dispatch_status | bool | ❌ | — | — |
emailed_status | bool | ❌ | — | — |
start_date | str | ❌ | — | — |
end_date | str | ❌ | — | — |
reference | str | ❌ | — | — |
invoice_display_id | str | ❌ | — | — |
credit_display_id | str | ❌ | — | — |
parts_trader_number | str | ❌ | — | — |
sort_by | SortModel | ✅ | — | Sort model class |
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
SortModel — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
invoice_display_id | Sort (asc, desc) | ✅ | — | Sort class |
Change history
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.