Description
A commercial or enterprise business associated with a contact. Click Companies for more information.
Resource Overview
| Endpoint | Definition | 
| GET/Companies | Retrieve a list of information related to companies.  | 
| POST/Companies | Add a new company. | 
| PUT/Companies | Update information related to an existing company. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| Active | indicates whether company is active or inactive | boolean | |
| CompanyID | unique identifier for the company | integer(int32) | |
| CompanyName | name for the company | string  | Max Length: 101 | 
| CreatedByUserID | unique identifier for the user who created the company record | integer(int32) | |
| CreatedByUserName | full name for the user who created the company record | string | Max Length: 101 | 
| CreatedDateTime | date and time company created | DateTime | |
| DeniedTimeEmail  | email address to send notifications when access is denied | string | Max Length: 255 | 
| EarliestOpportunityWonDate | earliest date when the company won an opportunity | string | |
| ModifiedByUserID | unique identifier for the user who made the most recent change to company record | integer(int32) | |
| ModifiedByUseName | full name for  contact associated with time entry | string | Max Length: 101 | 
| ModifiedDateTime | date and time when the company record was last modified | DateTime | |
| GEOLocationEndLongitude | longitude coordinate at clock time end | number(double) | |
| GEOLocationStartLongitude | longitude coordinate at clock time start | number(double) | |
| PreventedFromUsingBreaks | indicator of whether the user was prevented from taking breaks | boolean | |
| UsingBreaks | indicator of whether the user used their breaks | boolean |