200Company detail payload
Content-Type: application/json
{
"company": {
"id": "00000000-0000-4000-8000-000000000000",
"displayName": null,
"description": null,
"ownerUserId": null,
"primaryEmail": null,
"primaryPhone": null,
"status": null,
"lifecycleStage": null,
"source": null,
"nextInteractionAt": null,
"nextInteractionName": null,
"nextInteractionRefId": null,
"nextInteractionIcon": null,
"nextInteractionColor": null,
"organizationId": null,
"tenantId": null,
"createdAt": "string",
"updatedAt": "string"
},
"profile": null,
"customFields": {},
"tags": [
{
"id": "00000000-0000-4000-8000-000000000000",
"label": "string",
"color": null
}
],
"addresses": [
{
"id": "00000000-0000-4000-8000-000000000000",
"name": null,
"purpose": null,
"addressLine1": null,
"addressLine2": null,
"buildingNumber": null,
"flatNumber": null,
"city": null,
"region": null,
"postalCode": null,
"country": null,
"latitude": null,
"longitude": null,
"isPrimary": null,
"createdAt": "string"
}
],
"comments": [
{
"id": "00000000-0000-4000-8000-000000000000",
"body": null,
"authorUserId": null,
"authorName": null,
"authorEmail": null,
"dealId": null,
"createdAt": "string",
"appearanceIcon": null,
"appearanceColor": null
}
],
"activities": [
{
"id": "00000000-0000-4000-8000-000000000000",
"activityType": "string",
"subject": null,
"body": null,
"occurredAt": null,
"dealId": null,
"authorUserId": null,
"authorName": null,
"authorEmail": null,
"createdAt": "string",
"appearanceIcon": null,
"appearanceColor": null
}
],
"deals": [
{
"id": "00000000-0000-4000-8000-000000000000",
"title": null,
"status": null,
"pipelineStage": null,
"valueAmount": null,
"valueCurrency": null,
"probability": null,
"expectedCloseAt": null,
"ownerUserId": null,
"source": null,
"createdAt": "string",
"updatedAt": "string"
}
],
"todos": [
{
"id": "00000000-0000-4000-8000-000000000000",
"todoId": "00000000-0000-4000-8000-000000000000",
"todoSource": "string",
"createdAt": "string",
"createdByUserId": null,
"title": null,
"isDone": null,
"priority": null,
"severity": null,
"description": null,
"dueAt": null,
"todoOrganizationId": null,
"customValues": null
}
],
"people": [
{
"id": "00000000-0000-4000-8000-000000000000",
"displayName": null,
"primaryEmail": null,
"primaryPhone": null,
"status": null,
"lifecycleStage": null,
"jobTitle": null,
"department": null,
"createdAt": "string",
"organizationId": null
}
],
"viewer": {
"userId": null,
"name": null,
"email": null
}
}