ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/production/simulations/[id]/validate-dates/route
POST
Function POST
POST
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
datesValidatedByUser
:
|
{
email
:
string
;
id
:
string
;
name
:
string
|
null
;
}
|
null
;
finishedProduct
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
orderUpdated
:
boolean
;
orderStatus
:
SalesOrderStatus
|
undefined
;
}
,
>
,
>
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
datesValidatedByUser
:
|
{
email
:
string
;
id
:
string
;
name
:
string
|
null
;
}
|
null
;
finishedProduct
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
orderUpdated
:
boolean
;
orderStatus
:
SalesOrderStatus
|
undefined
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...