Skip to main content
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

PropertyTypeDescription
rootfi_idintegerUnique identifier assigned by Commenda for this company info
rootfi_created_atstringTimestamp when this record was created in Commenda’s system (ISO 8601)
rootfi_updated_atstringTimestamp when this record was last updated in Commenda’s system (ISO 8601)
rootfi_company_idintegerCompany identifier this company info belongs to within Commenda
platform_idstringUnique identifier for this company info in the source accounting platform
platform_unique_idstringAlternative unique identifier from the platform (some platforms provide multiple IDs)
namestringThe name of the company
legal_namestringThe legal name of the company
tax_numberstringThe tax number of the company
base_currencystringThe base currency of the company
fiscal_start_atstringThe fiscal year start date of the company
org_created_atstringThe date and time the organization was created
updated_atstringThe date and time the company info was last updated
registration_numberstringThe registration number of the company

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the company
namestringThe name of the company
legal_namestringThe legal name of the company
base_currencystringThe base currency of the company
fiscal_start_atstringThe fiscal year start date of the company
org_created_atstringThe date and time the organization was created
registration_numberstringThe registration number of the company
tax_numberstringThe tax number of the company
updated_atstringThe date and time the company info was last updated

Expandable Attributes

You can expand the following attributes to get the related data:
PropertyData ModelDescription
phone_numbersPhone NumbersList of phone numbers for the company
addressesAddressesList of addresses for the company
external_linksExternal LinksList of external links for the company

Phone Numbers

PropertyTypeDescription
platform_idstringThe Platform's ID for the phone number
data_modelstringThe data model to which this number is linked. Values are: COMPANY_INFO, CONTACTS
data_model_idstringThe unique identifier for the data model associated with this number
numberstringThe number of the contact person.
typeenumThe type of the number. Values are: MOBILE, TELEPHONE, FAX.
updated_atdateThe date and time at which the number information was last updated in the accounting platform

Addresses

PropertyTypeDescription
platform_idstringPlatform's ID for the address
typeenumThe type of address. Values are: BILLING, SHIPPING.
data_modelstringThe 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_idstringThe unique identifier for the data model associated with this address
streetstringThe street information of the address
localitystringThe locality or neighborhood information of the address
citystringThe city information of the address
statestringThe state or region information of the address
countrystringThe country information of the address
pincodestringThe postal or zip code of the address
updated_atdateThe date and time at which the address information was last updated in the accounting platform
PropertyTypeDescription
platform_idstringThe Platform's ID for the external link
data_modelstringThe data model to which this link is related. Values are: COMPANY_INFO, CONTACTS
data_model_idstringThe unique identifier for the data model associated with this link
linkstringThe URL or email data.
typeenumThe type of link. Values are: WEBSITE, EMAIL.
updated_atdateThe 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",
  "platform_unique_id": "123456",
  "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"
}