Skip to main content

CompanySearch

No description

type CompanySearch {
id: Int!
name: String!
taxNumber: String
cocNumber: String
notes: String
createdAt: DateTime!
lastModifiedAt: DateTime!
addresses: [CompanyAddressSearch!]!
contacts: [CompanyContactSearch!]!
attributes: [CompanyAttributeSearch!]!
}

Fields

CompanySearch.id ● Int! non-null scalar

Company id

CompanySearch.name ● String! non-null scalar

Company name

CompanySearch.taxNumber ● String scalar

Company tax number

CompanySearch.cocNumber ● String scalar

Company coc number

CompanySearch.notes ● String scalar

Notes of the company

CompanySearch.createdAt ● DateTime! non-null scalar

Company creation date

CompanySearch.lastModifiedAt ● DateTime! non-null scalar

Company last modified date

CompanySearch.addresses ● [CompanyAddressSearch!]! non-null object

Addresses assigned to this company.

CompanySearch.contacts ● [CompanyContactSearch!]! non-null object

Contacts part of this company.

CompanySearch.attributes ● [CompanyAttributeSearch!]! non-null object

Attributes of the company.

Member Of

CompanySearchResponse object