| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
str | ✔️ | Unique identifier. | |
domains |
List[str] | ➖ | Link to company's associated website domains. | |
company |
models.Company | ✔️ | N/A | |
document_counts |
Dict[str, int] | ➖ | A map of {string, int} pairs representing counts of each document type associated with this customer. | |
poc |
List[models.Person] | ➖ | A list of POC for company. | |
metadata |
Optional[models.CustomerMetadata] | ➖ | N/A | |
merged_customers |
List[models.Customer] | ➖ | A list of Customers. | |
start_date |
datetime | ➖ | The date when the interaction with customer started. | |
contract_annual_revenue |
Optional[float] | ➖ | Average contract annual revenue with that customer. | |
notes |
Optional[str] | ➖ | User facing (potentially generated) notes about company. | CIO is interested in trying out the product. |