- 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_company_id | integer | Company identifier this company info belongs to within Commenda |
| platform_id | string | Unique identifier for this company info in the source accounting platform |
| platform_unique_id | string | Alternative unique identifier from the platform (some platforms provide multiple IDs) |
| 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 |
| 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 |
| updated_at | string | The date and time the company info was last updated |
| registration_number | string | The registration number of the company |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the company |
| name | string | The name of the company |
| legal_name | string | The legal name 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 |
| registration_number | string | The registration number of the company |
| tax_number | string | The tax number of the company |
| updated_at | string | The date and time the company info was last updated |
Expandable Attributes
You can expand the following attributes to get the related data:| Property | Data Model | Description |
|---|---|---|
| phone_numbers | Phone Numbers | List of phone numbers for the company |
| addresses | Addresses | List of addresses for the company |
| external_links | External Links | List of external links for the company |
Phone Numbers
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform's ID for the phone number |
| data_model | string | The data model to which this number is linked. Values are: COMPANY_INFO, CONTACTS |
| data_model_id | string | The unique identifier for the data model associated with this number |
| number | string | The number of the contact person. |
| type | enum | The type of the number. Values are: MOBILE, TELEPHONE, FAX. |
| updated_at | date | The date and time at which the number information was last updated in the accounting platform |
Addresses
| Property | Type | Description |
|---|---|---|
| platform_id | string | Platform's ID for the address |
| type | enum | The type of address. Values are: BILLING, SHIPPING. |
| data_model | string | The data model to which this address is linked. Values are COMPANY_INFO, CONTACTS, INVOICES, BILLS, EXPENSES, BILL_CREDIT_NOTES, INVOICE_CREDIT_NOTES, SALES_ORDERS, PURCHASE_ORDERS |
| data_model_id | string | The unique identifier for the data model associated with this address |
| street | string | The street information of the address |
| locality | string | The locality or neighborhood information of the address |
| city | string | The city information of the address |
| state | string | The state or region information of the address |
| country | string | The country information of the address |
| pincode | string | The postal or zip code of the address |
| updated_at | date | The date and time at which the address information was last updated in the accounting platform |
External Links
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform's ID for the external link |
| data_model | string | The data model to which this link is related. Values are: COMPANY_INFO, CONTACTS |
| data_model_id | string | The unique identifier for the data model associated with this link |
| link | string | The URL or email data. |
| type | enum | The type of link. Values are: WEBSITE, EMAIL. |
| updated_at | date | The date and time at which the link information was last updated in the accounting platform |