toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
CreateContactRequest
Create
Contact
Request
data
class
CreateContactRequest
(
val
waId
:
String
,
val
name
:
String
?
=
null
,
val
email
:
String
?
=
null
,
val
notes
:
String
?
=
null
,
val
tagIds
:
List
<
String
>
?
=
null
)
(
source
)
Members
Constructors
Create
Contact
Request
Link copied to clipboard
constructor
(
waId
:
String
,
name
:
String
?
=
null
,
email
:
String
?
=
null
,
notes
:
String
?
=
null
,
tagIds
:
List
<
String
>
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
notes
Link copied to clipboard
val
notes
:
String
?
=
null
tag
Ids
Link copied to clipboard
val
tagIds
:
List
<
String
>
?
=
null
wa
Id
Link copied to clipboard
@
NotBlank
(
message
=
"Número do WhatsApp é obrigatório"
)
val
waId
:
String