ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-opportunity-reports
CreateOpportunityReportData
Interface CreateOpportunityReportData
interface
CreateOpportunityReportData
{
opportunityId
?:
string
;
date
:
Date
;
meetingType
:
"VIDEO_CONFERENCE"
|
"FACE_TO_FACE"
;
clientId
?:
string
;
leadId
?:
string
;
location
?:
string
;
context
:
string
;
topics
:
string
;
comments
?:
string
;
recipientIds
:
string
[]
;
attendees
?:
{
userId
?:
string
;
name
?:
string
;
company
?:
string
;
position
?:
string
;
participantType
:
"INTERNAL"
|
"EXTERNAL"
;
order
:
number
;
}
[]
;
outcomes
?:
{
action
:
string
;
pilote
:
string
;
deadline
?:
Date
|
null
;
order
:
number
;
}
[]
;
}
Index
Properties
opportunity
Id?
date
meeting
Type
client
Id?
lead
Id?
location?
context
topics
comments?
recipient
Ids
attendees?
outcomes?
Properties
Optional
opportunity
Id
opportunityId
?:
string
date
date
:
Date
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
[]
Optional
attendees
attendees
?:
{
userId
?:
string
;
name
?:
string
;
company
?:
string
;
position
?:
string
;
participantType
:
"INTERNAL"
|
"EXTERNAL"
;
order
:
number
;
}
[]
Optional
outcomes
outcomes
?:
{
action
:
string
;
pilote
:
string
;
deadline
?:
Date
|
null
;
order
:
number
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
opportunity
Id
date
meeting
Type
client
Id
lead
Id
location
context
topics
comments
recipient
Ids
attendees
outcomes
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...