> ## Documentation Index
> Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The Company Info Data Model is designed to simplify the management and retrieval of company-related information across various accounting platforms.

**The Company Info Data Model** represents company-related information from various accounting platforms. This unified model simplifies the management and retrieval of company details.

* **Unified company properties**: Essential company details, such as name, legal name, base currency, and registration number, are standardized across different accounting platforms
* **Comprehensive contact information**: Retrieve company addresses, external links, and phone numbers for a complete view of company contacts
* **Financial year tracking**: Monitor the company's financial year start date for accurate reporting and analysis

## Attributes

### Company Info Attributes

| Property                  | Type    | Description                                                                 |
| ------------------------- | ------- | --------------------------------------------------------------------------- |
| `rootfi_id`               | integer | Unique identifier assigned by Commenda for this company info                |
| `rootfi_created_at`       | string  | Timestamp when this record was created in Commenda's system (ISO 8601)      |
| `rootfi_updated_at`       | string  | Timestamp when this record was last updated in Commenda's system (ISO 8601) |
| `rootfi_integration_type` | enum    |                                                                             |
| `platform_id`             | string  | Unique identifier for this company info in the source accounting platform   |
| `name`                    | string  | The name of the company                                                     |
| `legal_name`              | string  | The legal name of the company                                               |
| `tax_number`              | string  | The tax number of the company                                               |
| `registration_number`     | string  | The registration number of the company                                      |
| `base_currency`           | string  | The base currency of the company                                            |
| `fiscal_start_at`         | string  | The fiscal year start date of the company                                   |
| `org_created_at`          | string  | The date and time the organization was created                              |
| `timezone`                | string  |                                                                             |
| `updated_at`              | string  | The date and time the company info was last updated                         |

## Expandable Attributes

Use the `expand` query parameter to include related objects:

* `expand=addresses` — includes the related Addresses object(s).
* `expand=phone_numbers` — includes the related Phone Numbers object(s).
* `expand=external_links` — includes the related External Links object(s).
