Company Info
Overview
The Company Info Data Model is designed to simplify the management and retrieval of company-related information across various accounting platforms.
- Unified company properties: The model unifies essential company details, such as name, legal name, base currency, and registration number, allowing for easy access to and management of company information from different 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
The accounting Platform’s id for the company
The company name
Legal name of the company
The primary currency of the company
The starting date of the Financial year for this company
Date the record was created in the RootFi system.
Reference of the registration number
Company tax number
Date the record was last updated in the accounting platform.
Properties Supported
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the company |
name | string | The company name |
legal_name | string | Legal name of the company |
base_currency | string | The primary currency of the company |
fiscal_start_at | date | The starting date of the Financial year for this company |
org_created_at | date | Date the record was created in the RootFi system. |
registration_number | string | Reference of the registration number |
tax_number | string | Company tax number |
addresses | Address | List of addresses for the company |
external_links | External Link | List of external links for the company |
phone_numbers | Phone Number | List of phone number for the company |
updated_at | date | Date the record was last updated in the accounting platform. |