{
  "platform_id": "1234567890123456789"
  "name": "RootFi",
  "legal_name": "RootFi Inc.",
  "base_currency": "INR",
  "fiscal_start_at": "2023-12-31T00:00:00.000Z",
  "org_created_at": "2023-12-31T00:00:00.000Z",
  "registration_number": "07CEUPK5322M1ZX",
  "tax_number": "ODSPS1279G",
  "addresses": {
    "data": [
      {
        "platform_id": "3770712000001721013_CONTACTS_3770712000001721005_SHIPPING",
        "type": "SHIPPING",
        "data_model": "CONTACTS",
        "data_model_id": "3770712000001721005",
        "street": "21 street house",
        "locality": "Koramanager",
        "city": "Hyderabad",
        "state": "Bengalore",
        "country": "India",
        "pincode": "500045",
        "updated_at": "2023-11-05T00:00:00.000Z"
      }
    ]
  },
  "external_links": {
    "data": [
      {
        "platform_id": "CONTACTS_3770712000001721005_WEBSITE",
        "data_model": "CONTACTS",
        "data_model_id": "3770712000001721005",
        "link": "https://www.rootfi.dev",
        "type": "WEBSITE",
        "updated_at": "2023-11-05T00:00:00.000Z"
      }
    ]
  },
  "phone_numbers": {
    "data": [
      {
        "platform_id": "CONTACTS_3770712000001721005_MOBILE",
        "data_model": "CONTACTS",
        "data_model_id": "3770712000001721005",
        "number": "+919*********",
        "type": "MOBILE",
        "updated_at": "2023-11-05T00:00:00.000Z"
      }
    ]
  },
  "updated_at": "2023-12-31T00:00:00.000Z"
}
  • 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

platform_id
string
required

The accounting Platform’s id for the company

name
string

The company name

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. Refer contact page.

List of external links for the company. Refer contact page.

phone_numbers
Phone Number

List of phone number for the company. Refer contact page.

updated_at
date

Date the record was last updated in the accounting platform.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the company
namestringThe company name
legal_namestringLegal name of the company
base_currencystringThe primary currency of the company
fiscal_start_atdateThe starting date of the Financial year for this company
org_created_atdateDate the record was created in the RootFi system.
registration_numberstringReference of the registration number
tax_numberstringCompany tax number
addressesAddressList of addresses for the company
external_linksExternal LinkList of external links for the company
phone_numbersPhone NumberList of phone number for the company
updated_atdateDate the record was last updated in the accounting platform.
{
  "platform_id": "1234567890123456789"
  "name": "RootFi",
  "legal_name": "RootFi Inc.",
  "base_currency": "INR",
  "fiscal_start_at": "2023-12-31T00:00:00.000Z",
  "org_created_at": "2023-12-31T00:00:00.000Z",
  "registration_number": "07CEUPK5322M1ZX",
  "tax_number": "ODSPS1279G",
  "addresses": {
    "data": [
      {
        "platform_id": "3770712000001721013_CONTACTS_3770712000001721005_SHIPPING",
        "type": "SHIPPING",
        "data_model": "CONTACTS",
        "data_model_id": "3770712000001721005",
        "street": "21 street house",
        "locality": "Koramanager",
        "city": "Hyderabad",
        "state": "Bengalore",
        "country": "India",
        "pincode": "500045",
        "updated_at": "2023-11-05T00:00:00.000Z"
      }
    ]
  },
  "external_links": {
    "data": [
      {
        "platform_id": "CONTACTS_3770712000001721005_WEBSITE",
        "data_model": "CONTACTS",
        "data_model_id": "3770712000001721005",
        "link": "https://www.rootfi.dev",
        "type": "WEBSITE",
        "updated_at": "2023-11-05T00:00:00.000Z"
      }
    ]
  },
  "phone_numbers": {
    "data": [
      {
        "platform_id": "CONTACTS_3770712000001721005_MOBILE",
        "data_model": "CONTACTS",
        "data_model_id": "3770712000001721005",
        "number": "+919*********",
        "type": "MOBILE",
        "updated_at": "2023-11-05T00:00:00.000Z"
      }
    ]
  },
  "updated_at": "2023-12-31T00:00:00.000Z"
}