Skip to main content

Contact

Contacts

type Contact {
contactId: Int!
bAccountId: Int
contactType: String
fullName: String
displayName: String!
title: String
salutation: String
firstName: String
midName: String
lastName: String
email: String
webSite: String
fax: String
faxType: String
phone1: String
phone1Type: String
phone2: String
phone2Type: String
phone3: String
phone3Type: String
defAddressId: Int
isActive: Boolean!
languageId: String
extRefNbr: String
isDefaultContact: Boolean!
deletedDatabaseRecord: Boolean!
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}

Fields

Contact.contactId ● Int! non-null scalar

contactId > The unique identifier of the contact (PK)

Contact.bAccountId ● Int scalar

bAccountId > The unique identifier of the business account

Contact.contactType ● String scalar

contactType > The type of the contact

Contact.fullName ● String scalar

fullName > The full name of the contact

Contact.displayName ● String! non-null scalar

displayName > The display name of the contact

Contact.title ● String scalar

title > The title of the contact

Contact.salutation ● String scalar

salutation > The salutation of the contact

Contact.firstName ● String scalar

firstName > The first name of the contact

Contact.midName ● String scalar

midName > The middle name of the contact

Contact.lastName ● String scalar

lastName > The last name of the contact

Contact.email ● String scalar

email > The email address of the contact

Contact.webSite ● String scalar

webSite > The website of the contact

Contact.fax ● String scalar

fax > The fax number of the contact

Contact.faxType ● String scalar

faxType > The type of the fax number

Contact.phone1 ● String scalar

phone1 > The primary phone number of the contact

Contact.phone1Type ● String scalar

phone1Type > The type of the primary phone number

Contact.phone2 ● String scalar

phone2 > The secondary phone number of the contact

Contact.phone2Type ● String scalar

phone2Type > The type of the secondary phone number

Contact.phone3 ● String scalar

phone3 > The tertiary phone number of the contact

Contact.phone3Type ● String scalar

phone3Type > The type of the tertiary phone number

Contact.defAddressId ● Int scalar

defAddressId > The default address ID associated with the contact

Contact.isActive ● Boolean! non-null scalar

isActive > Indicates whether the contact is active

Contact.languageId ● String scalar

languageId > The language ID of the contact

Contact.extRefNbr ● String scalar

extRefNbr > The external reference number of the contact

Contact.isDefaultContact ● Boolean! non-null scalar

isDefaultContact > Indicates whether this is the default contact

Contact.deletedDatabaseRecord ● Boolean! non-null scalar

deletedDatabaseRecord > Indicates whether this record has been marked as deleted in the database

Contact.lastModifiedDateTime ● DateTime! non-null scalar

lastModifiedDateTime > The last modified date and time of the contact

Contact.companyId ● Int! non-null scalar

companyId > The unique identifier of the company (PK)

Contact.id ● String! non-null scalar

id > The unique identifier of the document

Contact.createdInDataMartDateTime ● DateTime! non-null scalar

createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart

Contact.updatedInDataMartDateTime ● DateTime! non-null scalar

updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart

Returned By

contacts query