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.
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_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 |
| 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: SHIPPING, BILLING, COMPANY, WAREHOUSE. |
| data_model | string | The data model to which this address is linked. Observed values in current read mappers are COMPANY_INFO, CONTACT, INVOICE, BILL, INVOICE_CREDIT_NOTE, BILL_CREDIT_NOTE, PURCHASE_ORDER, SALES_ORDER, CASH_SALE, CASH_REFUND, and ORDER |
| 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 |
{
"rootfi_id": 157,
"rootfi_created_at": "2024-01-22T05:07:31.465Z",
"rootfi_updated_at": "2024-01-22T05:07:31.000Z",
"rootfi_company_id": 1089,
"platform_id": "123456_1",
"name": "RootFi",
"legal_name": "RootFi Inc.",
"base_currency": "INR",
"fiscal_start_at": "2024-01-22T05:07:31.465Z",
"org_created_at": "2024-01-22T05:07:31.465Z",
"registration_number": "07CEUPK5322M1ZX",
"tax_number": "ODSPS1279G",
"updated_at": "2024-01-22T05:07:31.465Z"
}