ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-opportunity-reports
OpportunityReportAttendee
Interface OpportunityReportAttendee
interface
OpportunityReportAttendee
{
id
:
string
;
reportId
:
string
;
userId
?:
string
;
name
?:
string
;
company
?:
string
;
position
?:
string
;
participantType
:
"INTERNAL"
|
"EXTERNAL"
;
order
:
number
;
user
?:
{
id
:
string
;
name
:
string
}
;
}
Index
Properties
id
report
Id
user
Id?
name?
company?
position?
participant
Type
order
user?
Properties
id
id
:
string
report
Id
reportId
:
string
Optional
user
Id
userId
?:
string
Optional
name
name
?:
string
Optional
company
company
?:
string
Optional
position
position
?:
string
participant
Type
participantType
:
"INTERNAL"
|
"EXTERNAL"
order
order
:
number
Optional
user
user
?:
{
id
:
string
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
report
Id
user
Id
name
company
position
participant
Type
order
user
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...