Skip to main content

CompanyContactSearch

No description

type CompanyContactSearch {
id: Int!
firstName: String!
lastName: String!
phone: String
mobile: String
email: String!
iban: String
bankAccount: String
bic: String
notes: String
debtorId: String
dateOfBirth: DateTime
createdAt: DateTime!
lastModifiedAt: DateTime!
attributes: [CompanyAttributeSearch!]!
}

Fields

CompanyContactSearch.id ● Int! non-null scalar

Contact id

CompanyContactSearch.firstName ● String! non-null scalar

First name of the contact.

CompanyContactSearch.lastName ● String! non-null scalar

Last name of the contact.

CompanyContactSearch.phone ● String scalar

Phone number of the contact.

CompanyContactSearch.mobile ● String scalar

Mobile number of the contact.

CompanyContactSearch.email ● String! non-null scalar

Email of the contact.

CompanyContactSearch.iban ● String scalar

International Bank Account Number of the contact

CompanyContactSearch.bankAccount ● String scalar

Bank Account Number of the contact

CompanyContactSearch.bic ● String scalar

Bank Identification Code of the contact

CompanyContactSearch.notes ● String scalar

Contact notes

CompanyContactSearch.debtorId ● String scalar

Contact debtor identifier

CompanyContactSearch.dateOfBirth ● DateTime scalar

Date of birth of the contact.

CompanyContactSearch.createdAt ● DateTime! non-null scalar

Contract creation date

CompanyContactSearch.lastModifiedAt ● DateTime! non-null scalar

Contact last modified date

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

Attributes of the contact

Member Of

CompanySearch object