{
"id": "<string>",
"externalId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "Acme Corporation",
"description": "<string>",
"website": "https://www.acme.com",
"addresses": [
{
"type": "primary",
"street1": "123 Main Street",
"street2": "Suite 100",
"city": "New York",
"state": "NY",
"postalCode": "10001",
"country": "United States"
}
],
"phoneNumbers": [
{
"type": "primary",
"description": "Main office line",
"number": "+1234567890"
}
],
"annualRevenue": 123,
"numberOfEmployees": 123,
"parentCompanyId": "<string>",
"timezone": "America/New_York",
"type": "Prospect",
"industry": "Technology",
"ownerId": "<string>",
"customFields": {}
}
A company, organization, or account in a CRM system.
companies
The schema is of type object
.
Was this page helpful?