Skip to main content

OrderlistCompanySearchInput

No description

input OrderlistCompanySearchInput {
name: String
sources: [SourceSearchInput!]
taxNumber: String
cocNumber: String
debtorIds: [String!]
email: String
phone: String
managedCompaniesOnly: Boolean
page: Int!
offset: Int!
sort: [CompanySortInput!]
lastModifiedAt: DateSearchInput
createdAt: DateSearchInput
}

Fields

OrderlistCompanySearchInput.name ● String scalar

Company name

OrderlistCompanySearchInput.sources ● [SourceSearchInput!] list input

OrderlistCompanySearchInput.taxNumber ● String scalar

Company tax identification number for legal compliance, billing, and financial reporting

OrderlistCompanySearchInput.cocNumber ● String scalar

Chamber of Commerce registration number for business verification and legal compliance

OrderlistCompanySearchInput.debtorIds ● [String!] list scalar

Search by debtor IDs

OrderlistCompanySearchInput.email ● String scalar

Primary business email address for company communication and notifications

OrderlistCompanySearchInput.phone ● String scalar

Primary business phone number for company communication and contact purposes

OrderlistCompanySearchInput.managedCompaniesOnly ● Boolean scalar

Managed companies only

OrderlistCompanySearchInput.page ● Int! non-null scalar

Page number for pagination (default: 1)

OrderlistCompanySearchInput.offset ● Int! non-null scalar

Number of items per page (default: 12, max: 100)

OrderlistCompanySearchInput.sort ● [CompanySortInput!] list input

Array of sorting criteria for organizing search results by various attributes

OrderlistCompanySearchInput.lastModifiedAt ● DateSearchInput input

Date range filter for entities modified within a specific time period

OrderlistCompanySearchInput.createdAt ● DateSearchInput input

Date range filter for entities created within a specific time period