Interface: OrderlistCompanySearchInput
Defined in: type/OrderlistCompanySearchInput.ts:7
Input object for OrderlistCompanySearchInput
Properties
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: type/OrderlistCompanySearchInput.ts:21
Search by date created
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: type/OrderlistCompanySearchInput.ts:19
Search by date changed
managedCompaniesOnly?
optionalmanagedCompaniesOnly?:boolean
Defined in: type/OrderlistCompanySearchInput.ts:11
When true, only companies managed by the viewer will be listed
name?
optionalname?:string
Defined in: type/OrderlistCompanySearchInput.ts:9
Company's name
offset
offset:
number
Defined in: type/OrderlistCompanySearchInput.ts:15
offset input field
page
page:
number
Defined in: type/OrderlistCompanySearchInput.ts:13
page input field
sort?
optionalsort?:CompanySortInput[]
Defined in: type/OrderlistCompanySearchInput.ts:17
List of company sort filters
term?
optionalterm?:string
Defined in: type/OrderlistCompanySearchInput.ts:24
Free-text search term. Text fields are matched as a case-insensitive substring; the numeric *_ID fields are matched by exact id (and apply only when the term is numeric). By default it searches the company's own fields (name, taxNumber, cocNumber, notes, debtorId, email); restrict or extend the searched fields with termFields. Multi-word terms must all match (AND). Each word must be at least 3 characters, except numeric id values which may be shorter.
termFields?
optionaltermFields?:CompanyTermField[]
Defined in: type/OrderlistCompanySearchInput.ts:26
Fields the term searches. Text fields match by case-insensitive substring; the *_ID fields (COMPANY_ID, COMPANY_ADDRESS_ID, CONTACT_ID) match by exact id and apply only when the term is numeric. When omitted, only company fields are searched. Include address or contact fields to also search the company's addresses or contacts.