toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
CreateDealRequest
Create
Deal
Request
data
class
CreateDealRequest
(
val
title
:
String
,
val
value
:
BigDecimal
?
=
null
,
val
contactId
:
String
?
,
val
stageId
:
String
)
(
source
)
Members
Constructors
Create
Deal
Request
Link copied to clipboard
constructor
(
title
:
String
,
value
:
BigDecimal
?
=
null
,
contactId
:
String
?
,
stageId
:
String
)
Properties
contact
Id
Link copied to clipboard
val
contactId
:
String
?
stage
Id
Link copied to clipboard
@
NotBlank
val
stageId
:
String
title
Link copied to clipboard
@
NotBlank
val
title
:
String
value
Link copied to clipboard
val
value
:
BigDecimal
?
=
null