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.
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] |