Company Filter Object Model
Key: companyFilter
The Company Filter
Object Model is designed to enhance the search experience for companies by enabling advanced filtering capabilities.
Category Key
- Key:
categoryKey
- Data Type:
string
- Description: Links to a defined
companyFilterCategory
key, representing the broader category under which this filter falls. - Example:
businessModelTypes
Name
- Key:
name
- Data Type:
string
- Description: A user-friendly name that enhances readability and understanding of the filter's nature.
- Example:
Business to Business (B2B)
Description
- Key:
description
- Data Type:
string
- Description: Offers a detailed explanation of the filter category, aiding users in comprehending its context and relevance.
- Example:
B2B, or business-to-business, refers to transactions or relationships where one company provides products or services to another company, rather than to individual consumers.
Example
{
"categoryKey": "businessModelTypes",
"name": "Business to Business (B2B)",
"description": "B2B, or business-to-business, refers to transactions or relationships where one company provides products or services to another company, rather than to individual consumers."
}