ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/sales/offers/[id]/convert/route
POST
Function POST
POST
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
order
:
|
{
client
:
{}
;
currency
:
{}
|
null
;
lines
:
(
{
finishedProduct
:
(...)
|
(...)
;
tax
:
(...)
|
(...)
}
&
{}
)
[]
;
}
&
{}
|
null
;
message
:
string
;
}
,
>
,
>
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
order
:
|
{
client
:
{}
;
currency
:
{}
|
null
;
lines
:
(
{
finishedProduct
:
(...)
|
(...)
;
tax
:
(...)
|
(...)
}
&
{}
)
[]
;
}
&
{}
|
null
;
message
:
string
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...