kustomer-client
Preparing search index...
KustomerApi
updateDraftForward
Function updateDraftForward
updateDraftForward
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
UpdateDraftForwardData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
app
:
string
;
body
:
string
;
channel
:
string
;
createdAt
:
string
;
from
:
{
email
:
string
;
name
:
string
}
;
modifiedAt
:
string
;
sendAt
:
string
;
status
:
string
;
to
:
{
email
:
string
;
name
:
string
}
[]
;
updatedAt
:
string
;
}
;
id
:
string
;
relationships
:
{
attachments
?:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
[]
;
createdBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
customer
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
modifiedBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Update draft forward Updates a draft forward.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
UpdateDraftForwardData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
app
:
string
;
body
:
string
;
channel
:
string
;
createdAt
:
string
;
from
:
{
email
:
string
;
name
:
string
}
;
modifiedAt
:
string
;
sendAt
:
string
;
status
:
string
;
to
:
{
email
:
string
;
name
:
string
}
[]
;
updatedAt
:
string
;
}
;
id
:
string
;
relationships
:
{
attachments
?:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
[]
;
createdBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
customer
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
modifiedBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kustomer-client
Loading...
Update draft forward Updates a draft forward.