lib/swagger/defs/lead.yaml

114 lines
2.4 KiB
YAML

Lead:
properties:
Address:
$ref: "./address.yaml#/Address"
x-nullable: true
Company:
description: Company
type: string
x-nullable: true
CreatedByID:
description: Created By User ID
type: string
x-nullable: true
CreatedDate:
description: Created Date
type: string
x-nullable: true
Description:
description: Description
type: string
x-nullable: true
Email:
description: Email
type: string
x-nullable: true
FirstName:
description: First Name
type: string
x-nullable: true
ID:
description: Record Id
type: string
LastModifiedByID:
description: Last Modified By User ID
type: string
x-nullable: true
LastModifiedDate:
description: Last Modified Date
type: string
x-nullable: true
LastName:
description: Last Name
type: string
x-nullable: true
MobilePhone:
description: Mobile
type: string
x-nullable: true
Name:
description: Name
type: string
x-nullable: true
OwnerId:
description: LeadBasic Owner
type: string
x-nullable: true
PartnerAccountId:
description: Partner Account
type: string
x-nullable: true
Phone:
description: Phone
type: string
x-nullable: true
ProductID:
description: Product
type: string
x-nullable: true
RefererURL:
description: referer_url
type: string
x-nullable: true
Status:
description: LeadBasic Status
type: string
x-nullable: true
TenantID:
description: Tenant Identifier
type: string
x-nullable: true
Title:
description: Title
type: string
x-nullable: true
Type:
description: Type
type: string
x-nullable: true
UTMCampaign:
description: utm_campaign
type: string
x-nullable: true
UTMContent:
description: utm_content
type: string
x-nullable: true
UTMMedium:
description: utm_medium
type: string
x-nullable: true
UTMSource:
description: utm_source
type: string
x-nullable: true
UTMTerm:
description: utm_term
type: string
x-nullable: true
Website:
description: Website
type: string
x-nullable: true
type: object