lib/swagger/defs/company-product.yaml

85 lines
1.9 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
CompanyProduct:
description: A software product or service vended by a Company
properties:
2023-05-28 16:22:37 +00:00
ID:
description: Record Id
type: string
2023-04-06 01:28:58 +00:00
AccountID:
description: ID of the Company that owns this Product
type: string
2023-05-28 16:22:37 +00:00
AppExchange:
description: Salesforce AppExchange URL
type: string
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedByID:
description: Created By User ID
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedDate:
description: Created Date
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Description:
description: Description of product
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
FullDescription:
description: Full Description of product
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ImageAltText:
description: Image Alt Text
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ImageURL:
description: Image URL
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedByID:
description: Last Modified By User ID
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedDate:
description: Last Modified Date
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Logo:
description: Logo
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Name:
description: Product Name
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ProductVideoID:
description: Product Video ID
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Published:
description: Published
type: boolean
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
SalesforceSpecific:
description: Salesforce Specific
type: boolean
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Slug:
description: Slug
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
TagLine:
description: TagLine
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
URL:
description: Website
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-05-28 16:22:37 +00:00
Industries:
description: Industries
items:
$ref: "./industry.yaml#/Industry"
type: array
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object