Company types are used to categorize Companies within the Pipeline.
Company types are only available in the pro plan and require the pipeline feature to be turned on in your workspace.
Example
{
"id": "c2596986-ede8-48d1-ac8f-faa9174eda41",
"name": "Vendor",
"isActive": true,
"createdAt": "2024-03-21T13:42:10.503Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the company type. |
isActive | boolean | A flag to indicate if the company type is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |