ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/opportunities/hooks/use-opportunities
useCreateAction
Function useCreateAction
useCreateAction
(
opportunityId
:
string
,
)
:
UseMutationResult
<
OpportunityAction
,
Error
,
{
actionType
:
|
"NOTE"
|
"MAIL_SENT"
|
"PHONE_CALL"
|
"LETTER_SENT"
|
"POSTPONE"
;
description
?:
string
;
actionDate
?:
string
;
}
,
unknown
,
>
Parameters
opportunityId
:
string
Returns
UseMutationResult
<
OpportunityAction
,
Error
,
{
actionType
:
|
"NOTE"
|
"MAIL_SENT"
|
"PHONE_CALL"
|
"LETTER_SENT"
|
"POSTPONE"
;
description
?:
string
;
actionDate
?:
string
;
}
,
unknown
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...