Company type object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the company type.
isActivebooleanA flag to indicate if the company type is active in the system.
createdAttimestampThe timestamp when the object was created.