Skip to main content

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

FieldTypeRequiredDefaultDescription
page_sizeint15
page_indexint0
free_text_querystr
only_show_not_completedbool
item_statusList[str]
locationList[str]
part_typeList[str]
departmentList[str]
tag_idstr
part_idstr
user_idList[str]
assigneeList[str]
work_order_statusList[str]
contactList[str]
referencestr
sales_channelList[str]
sales_personList[str]
start_datestr
end_datestr
due_datestr
time_zonestrPacific/Auckland
sort_byIndividualPartsSearchSortByEnum (LOCATION, STATUS, PART_TYPE)IndividualPartsSearchSortBy

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /newworkOrder/search/individualPartssrc/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.

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