ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/purchases/reception-line-inspections/route
PUT
Function PUT
PUT
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
|
{
dimensionalChecks
:
{}
[]
;
inspectedBy
:
{
id
:
string
;
name
:
string
|
null
}
|
null
;
receptionLine
:
{
purchaseOrderLine
:
{
rawMaterial
:
{
code
:
...
;
id
:
...
;
name
:
...
}
}
&
{}
;
}
&
{}
;
validatedBy
:
{
id
:
string
;
name
:
string
|
null
}
|
null
;
}
&
{}
|
null
,
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
|
{
dimensionalChecks
:
{}
[]
;
inspectedBy
:
{
id
:
string
;
name
:
string
|
null
}
|
null
;
receptionLine
:
{
purchaseOrderLine
:
{
rawMaterial
:
{
code
:
...
;
id
:
...
;
name
:
...
}
}
&
{}
;
}
&
{}
;
validatedBy
:
{
id
:
string
;
name
:
string
|
null
}
|
null
;
}
&
{}
|
null
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...