ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/purchases/receptions/[id]/quality/route
PUT
Function PUT
PUT
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
lines
:
(
{
purchaseOrderLine
:
{
rawMaterial
:
{
code
:
...
;
id
:
...
;
name
:
...
;
unitOfMeasure
:
...
}
;
}
&
{}
;
}
&
{}
)
[]
;
purchaseOrder
:
{
id
:
string
;
number
:
string
;
orderDate
:
Date
;
supplier
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
}
;
}
&
{}
,
>
,
>
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
lines
:
(
{
purchaseOrderLine
:
{
rawMaterial
:
{
code
:
...
;
id
:
...
;
name
:
...
;
unitOfMeasure
:
...
}
;
}
&
{}
;
}
&
{}
)
[]
;
purchaseOrder
:
{
id
:
string
;
number
:
string
;
orderDate
:
Date
;
supplier
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
}
;
}
&
{}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...