Office
Defines an office associated with an event or a contact store.
Customers can define one or more office locations and user types for a location. Events, contact stores and personnel are associated with an office.
type Office {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
Office.createdAt ● DateTime! non-null scalar
The date and time the record was created.
Office.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Office.id ● ID! non-null scalar
The unique identifier for an office.
Office.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
Office.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Office.name ● String! non-null scalar
UTF-8 string value that represents the name of the office.
Office.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the office. Optional.
The value must be unique across all offices in a tenant.
Member Of
CeContactStore object ● ContactStore object ● Event object ● MembershipContactStore object