GraphQL OBJECT
Office
Office information for the user or client. An office is a location used by your organization.
link Definition
- type Office {
- # Unique ID of the office.
- : Long!
- # Client to whose organization the office belongs.
- : Client
- # Office name.
- : String
- # Date and time when the office created.
- : DateTime
- # User who created the office.
- : UserAccount
- # Date and time when the last edit occurred.
- : DateTime
- # User that last modified the office.
- : UserAccount
- # List of user accounts in which the office is used.
- : [UserAccount]
- }
link Required by
- ClientAccount information for a specific client account.
- CreateOfficePayloadPayload for created office.
- ErrorLogEntrySearchResultItemnull
- FollowUpReminder about open product and purchase issues.
- querynull
- UpdateOfficePayloadPayload for created office.
- UserAccountAccount information for a specific user account.
- UserAccountSearchResultItemUser account that matches the search parameters.