Skip to main content

OfficialContact

No description

type OfficialContact {
commercialName: String
createdDate: DateTime!
email: String
foreignId: String
id: UUID!
organizationId: UUID!
phone: String
phone2: String
reference: String
updatedDate: DateTime!
website: String
}

Fields

NomTypeDescription
commercialNameString scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
emailString scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
phoneString scalar
phone2String scalar
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
updatedDateDateTime! non-null scalarThe last update date-time of the entity
websiteString scalarBusinessUnit Contractor MoralProfile