IndividualPartsSearchRequest
Version: v1.1.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Model for individual parts search request parameters Searches all parts across all work orders
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page_size | int | ❌ | 15 | — |
page_index | int | ❌ | 0 | — |
free_text_query | str | ❌ | — | — |
only_show_not_completed | bool | ❌ | — | — |
item_status | List[str] | ❌ | — | — |
location | List[str] | ❌ | — | — |
part_type | List[str] | ❌ | — | — |
department | List[str] | ❌ | — | — |
tag_id | str | ❌ | — | — |
part_id | str | ❌ | — | — |
user_id | List[str] | ❌ | — | — |
assignee | List[str] | ❌ | — | — |
work_order_status | List[str] | ❌ | — | — |
contact | List[str] | ❌ | — | — |
reference | str | ❌ | — | — |
sales_channel | List[str] | ❌ | — | — |
sales_person | List[str] | ❌ | — | — |
start_date | str | ❌ | — | — |
end_date | str | ❌ | — | — |
due_date | str | ❌ | — | — |
time_zone | str | ❌ | Pacific/Auckland | — |
sort_by | IndividualPartsSearchSortByEnum (LOCATION, STATUS, PART_TYPE) | ❌ | — | IndividualPartsSearchSortBy |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newworkOrder/search/individualParts | — | src/work_order_search_parts.py |
Change history
v1.1.0 · 2025-11-03 · Olaniyi Ajayi · a49544a29
fx
- Added optional field
only_show_not_completed.
v1.0.0 · 2025-10-24 · Olaniyi Ajayi · 137eb522e
fx
- Initial version.
Generated from
dismantly-backend/Microservices/WorkOrder/dependencies/models.py. Do not edit by hand.