Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 900 Bytes

Office.md

File metadata and controls

20 lines (12 loc) · 900 Bytes

Office

The Office Object ### Description The Office object is used to represent an office within a company. ### Usage Example Fetch from the LIST Offices endpoint and view the offices within a company.

Properties

Name Type Description Notes
id UUID [optional] [readonly]
remoteId String The third-party API ID of the matching object. [optional]
name String The office's name. [optional]
location String The office's location. [optional]
remoteData List<RemoteData> [optional] [readonly]
remoteWasDeleted Boolean Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]
fieldMappings Map<String, Object> [optional] [readonly]