

# company
<a name="organization-company-entity"></a>

**Primary key (PK)**

The table below lists the column names that are uniquely identified in the data entity.


| Name | Column | 
| --- | --- | 
| company | id | 

The table below lists the column names supported by the data entity.


| Column | Data type | Required | Description | 
| --- | --- | --- | --- | 
|  id  |  string  |  Yes  |  ID of the company.  | 
|  description  |  string  |  No  |  Description of the company.  | 
|  address\$11  |  string  |  No  |  Company address.  | 
|  address\$12  |  string  |  No  |  Company address.  | 
|  address\$13  |  string  |  No  |  Company address.  | 
|  city  |  string  |  No  |  City where the company is located.  | 
|  state\$1prov  |  string  |  No  |  State where the company is located.  | 
|  postal\$1code  |  string  |  No  |  Postal code of the company address.  | 
|  country  |  string  |  No  |  Country where the company is located.  | 
|  phone\$1number  |  string  |  No  |  Company's contact number.  | 
|  time\$1zone  |  string  |  No  |  Company's local time zone.  | 
|  calendar\$1id 1  |  string  |  No  |  Default calendar that the company uses for planning.  | 
|  source  |  string  |  No  |  Source of data.  | 
|  source\$1event\$1id  |  string  |  No  |  ID of the event created in the source system.  | 
|  source\$1update\$1dttm  |  timestamp  |  No  |  Date time stamp of the update made in the source system.  | 

1Foreign key

**Foreign key (FK)**

The table below lists the columns with the associated foreign key.


| Column | Category | FK/Data entity | FK/Column | 
| --- | --- | --- | --- | 
| calendar\$1id | Reference | calendar | calendar\$1id | 