ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-opportunity-reports
OpportunityReport
Interface OpportunityReport
interface
OpportunityReport
{
id
:
string
;
opportunityId
?:
string
;
date
:
string
|
Date
;
authorId
:
string
;
meetingType
:
"VIDEO_CONFERENCE"
|
"FACE_TO_FACE"
;
clientId
?:
string
;
leadId
?:
string
;
location
?:
string
;
context
:
string
;
topics
:
string
;
comments
?:
string
;
recipientIds
:
string
[]
;
createdAt
:
string
|
Date
;
updatedAt
:
string
|
Date
;
author
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
;
client
?:
{
id
:
string
;
name
:
string
}
;
lead
?:
{
id
:
string
;
name
:
string
}
;
attendees
?:
OpportunityReportAttendee
[]
;
outcomes
?:
OpportunityReportOutcome
[]
;
}
Index
Properties
id
opportunity
Id?
date
author
Id
meeting
Type
client
Id?
lead
Id?
location?
context
topics
comments?
recipient
Ids
created
At
updated
At
author?
client?
lead?
attendees?
outcomes?
Properties
id
id
:
string
Optional
opportunity
Id
opportunityId
?:
string
date
date
:
string
|
Date
author
Id
authorId
:
string
meeting
Type
meetingType
:
"VIDEO_CONFERENCE"
|
"FACE_TO_FACE"
Optional
client
Id
clientId
?:
string
Optional
lead
Id
leadId
?:
string
Optional
location
location
?:
string
context
context
:
string
topics
topics
:
string
Optional
comments
comments
?:
string
recipient
Ids
recipientIds
:
string
[]
created
At
createdAt
:
string
|
Date
updated
At
updatedAt
:
string
|
Date
Optional
author
author
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
Optional
client
client
?:
{
id
:
string
;
name
:
string
}
Optional
lead
lead
?:
{
id
:
string
;
name
:
string
}
Optional
attendees
attendees
?:
OpportunityReportAttendee
[]
Optional
outcomes
outcomes
?:
OpportunityReportOutcome
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
opportunity
Id
date
author
Id
meeting
Type
client
Id
lead
Id
location
context
topics
comments
recipient
Ids
created
At
updated
At
author
client
lead
attendees
outcomes
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...