Skip to main content
It stores the business entity information.
Field NameData TypeDescriptionNested Fields
_idstringUnique identifier for each document within collection0
business_idstringUnique identifier for business0
business_namestringName of business0
business_typestringField for business type0
tax_idstringUnique identifier for tax0
contact_infoobjectObject containing contact info details4
contact_info.addressobjectAddress information for address5
contact_info.address.streetstringField for street0
contact_info.address.citystringField for city0
contact_info.address.statestringField for state0
contact_info.address.zip_codeintegerField for zip code0
contact_info.address.countrystringField for country0
contact_info.phonestringPhone number for phone0
contact_info.emailstringEmail address for email0
contact_info.websitestringField for website0
business_detailsobjectObject containing business details details5
business_details.founded_yearintegerField for founded year0
business_details.industrystringField for industry0
business_details.employee_countintegerField for employee count0
business_details.annual_revenueintegerField for annual revenue0
business_details.currencystringField for currency0
regional_settingsobjectObject containing regional settings details4
regional_settings.primary_currencystringField for primary currency0
regional_settings.primary_countrystringField for primary country0
regional_settings.tax_regimestringField for tax regime0
regional_settings.shipping_zonesstringList of shipping zones0
activebooleanField for active0
created_atdatetimeTimestamp when the record was created0
updated_atdatetimeTimestamp when the record was updated0
addressobjectAddress information for address5
address.streetstringField for street0
address.citystringField for city0
address.statestringField for state0
address.zip_codestringField for zip code0
address.countrystringField for country0
contact_personnelobjectObject containing contact personnel details3
contact_personnel.ceostringObject containing ceo details3
contact_personnel.ceo.namestringName of name0
contact_personnel.ceo.emailstringEmail address for email0
contact_personnel.ceo.phonestringPhone number for phone0
contact_personnel.ctoobjectObject containing cto details3
contact_personnel.cto.namestringName of name0
contact_personnel.cto.emailstringEmail address for email0
contact_personnel.cto.phonestringPhone number for phone0
contact_personnel.cfoobjectObject containing cfo details3
contact_personnel.cfo.namestringFull name of the contact person for the specified role.0
contact_personnel.cfo.emailstringEmail address for email0
contact_personnel.cfo.phonestringPhone number for phone0
deletedbooleanField for deleted0
{
    "_id": {
        "$oid": "685ab66b153babe6dce9ce26"
    },
    "business_id": "602d3125-53f7-4f35-a539-a35a26249c28",
    "business_name": "Ekyam Corp",
    "business_type": "retail",
    "tax_id": "EIN123456789",
    "contact_info": {
        "address": {
            "street": "100 Corporate Plaza",
            "city": "New York",
            "state": "NY",
            "zip_code": "10001",
            "country": "US"
        },
        "phone": "+1-212-123-4567",
        "email": "[email protected]",
        "website": "https://www.ekyam.com"
    },
    "business_details": {
        "founded_year": 2018,
        "industry": "Fashion & Retail",
        "employee_count": 250,
        "annual_revenue": 50000000,
        "currency": "USD"
    },
    "regional_settings": {
        "primary_currency": "USD",
        "primary_country": "US",
        "tax_regime": "US_FEDERAL_STATE",
        "shipping_zones": [
            "US_48",
            "ALASKA",
            "HAWAII",
            "PUERTO_RICO"
        ]
    },
    "active": true,
    "created_at": {
        "$date": "2025-06-24T20:00:03.444Z"
    },
    "updated_at": {
        "$date": "2025-06-24T22:37:24.124Z"
    },
    "address": {
        "street": "",
        "city": "",
        "state": "",
        "zip_code": "",
        "country": "US"
    },
    "contact_personnel": {
        "ceo": {
            "name": "John CEO",
            "email": "[email protected]",
            "phone": "+1-212-123-4567"
        },
        "cto": {
            "name": "Jane CTO",
            "email": "[email protected]",
            "phone": "+1-212-123-4568"
        },
        "cfo": {
            "name": "Bob CFO",
            "email": "[email protected]",
            "phone": "+1-212-123-4569"
        }
    },
    "deleted": false
}