ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-opportunity-reports
UpdateOpportunityReportData
Interface UpdateOpportunityReportData
interface
UpdateOpportunityReportData
{
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
;
}
[]
;
id
:
string
;
}
Hierarchy
Partial
<
CreateOpportunityReportData
>
UpdateOpportunityReportData
Index
Properties
opportunity
Id?
date?
meeting
Type?
client
Id?
lead
Id?
location?
context?
topics?
comments?
recipient
Ids?
attendees?
outcomes?
id
Properties
Optional
opportunity
Id
opportunityId
?:
string
Optional
date
date
?:
Date
Optional
meeting
Type
meetingType
?:
"VIDEO_CONFERENCE"
|
"FACE_TO_FACE"
Optional
client
Id
clientId
?:
string
Optional
lead
Id
leadId
?:
string
Optional
location
location
?:
string
Optional
context
context
?:
string
Optional
topics
topics
?:
string
Optional
comments
comments
?:
string
Optional
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
;
}
[]
id
id
:
string
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
id
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...