135 lines
3.0 KiB
YAML
135 lines
3.0 KiB
YAML
Account:
|
|
properties:
|
|
AnnualRevenue:
|
|
description: Annual Revenue Estimate
|
|
format: double
|
|
type: number
|
|
x-nullable: true
|
|
AppExchange:
|
|
description: Salesforce AppExchange URL
|
|
type: string
|
|
x-nullable: true
|
|
Address:
|
|
$ref: "./address.yaml#/Address"
|
|
x-nullable: true
|
|
ClosedDate:
|
|
description: Closed Date
|
|
type: string
|
|
x-nullable: true
|
|
CloudRevenueTotal:
|
|
type: number
|
|
x-nullable: true
|
|
CloudType:
|
|
description: The type of cloud company
|
|
type: string
|
|
x-nullable: true
|
|
CloudYear:
|
|
description: The year company started cloud revenue
|
|
type: string
|
|
x-nullable: true
|
|
CrunchbaseURL:
|
|
description: Crunchbase URL
|
|
type: string
|
|
x-nullable: true
|
|
Description:
|
|
description: Description of the account
|
|
type: string
|
|
x-nullable: true
|
|
EIN:
|
|
type: string
|
|
x-nullable: true
|
|
Email:
|
|
description: Main Account Email
|
|
type: string
|
|
x-nullable: true
|
|
Facebook:
|
|
description: Company Facebook URL
|
|
type: string
|
|
x-nullable: true
|
|
Fax:
|
|
description: Fax number
|
|
type: string
|
|
x-nullable: true
|
|
FoundedDate:
|
|
description: Date company founded
|
|
type: string
|
|
x-nullable: true
|
|
IPODate:
|
|
description: IPO Date
|
|
type: string
|
|
x-nullable: true
|
|
Industries:
|
|
description: All Product and Service Industries
|
|
type: string
|
|
x-nullable: true
|
|
Industry:
|
|
description: Primary Industry
|
|
type: string
|
|
x-nullable: true
|
|
LinkedIn:
|
|
description: Company LinkedIn URL
|
|
type: string
|
|
x-nullable: true
|
|
Location:
|
|
description: Headquarters Location Description
|
|
type: string
|
|
x-nullable: true
|
|
Logo:
|
|
description: Company Logo URL
|
|
type: string
|
|
x-nullable: true
|
|
Name:
|
|
description: Account Name
|
|
type: string
|
|
x-nullable: true
|
|
NumberOfEmployees:
|
|
description: Employee Count Estimate
|
|
format: int64
|
|
type: number
|
|
x-nullable: true
|
|
Phone:
|
|
description: Phone
|
|
type: string
|
|
x-nullable: true
|
|
SIC:
|
|
description: SIC Code
|
|
type: string
|
|
x-nullable: true
|
|
SICDesc:
|
|
description: SIC Description
|
|
type: string
|
|
x-nullable: true
|
|
SalesforceFirst:
|
|
description: A Salesforce-First company?
|
|
type: boolean
|
|
x-nullable: true
|
|
Slug:
|
|
description: Slug
|
|
type: string
|
|
x-nullable: true
|
|
TagLine:
|
|
description: Company tagline
|
|
type: string
|
|
x-nullable: true
|
|
TickerSymbol:
|
|
description: Ticker Symbol
|
|
type: string
|
|
x-nullable: true
|
|
Twitter:
|
|
description: Twitter URL
|
|
type: string
|
|
x-nullable: true
|
|
Type:
|
|
description: Type
|
|
type: string
|
|
x-nullable: true
|
|
Website:
|
|
description: Website
|
|
type: string
|
|
x-nullable: true
|
|
YearStarted:
|
|
description: Year Started
|
|
type: string
|
|
x-nullable: true
|
|
type: object
|