ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/rencontres/forms/meeting-schema
MeetingParticipant
Interface MeetingParticipant
interface
MeetingParticipant
{
id
?:
string
;
userId
?:
string
;
firstName
?:
string
;
lastName
?:
string
;
name
?:
string
;
email
?:
string
;
function
?:
string
;
company
?:
string
;
participantType
:
"INTERNAL"
|
"EXTERNAL"
;
user
?:
{
id
:
string
;
name
:
string
;
email
?:
string
}
;
}
Index
Properties
id?
user
Id?
first
Name?
last
Name?
name?
email?
function?
company?
participant
Type
user?
Properties
Optional
id
id
?:
string
Optional
user
Id
userId
?:
string
Optional
first
Name
firstName
?:
string
Optional
last
Name
lastName
?:
string
Optional
name
name
?:
string
Optional
email
email
?:
string
Optional
function
function
?:
string
Optional
company
company
?:
string
participant
Type
participantType
:
"INTERNAL"
|
"EXTERNAL"
Optional
user
user
?:
{
id
:
string
;
name
:
string
;
email
?:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
user
Id
first
Name
last
Name
name
email
function
company
participant
Type
user
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...