ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/stock/movements/route
POST
Function POST
POST
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
approver
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
client
:
{}
|
null
;
finishedProduct
:
|
{
category
:
{}
|
null
;
unitOfMeasure
:
{}
|
null
}
&
{}
|
null
;
fromLocation
:
{}
|
null
;
fromWarehouse
:
{}
|
null
;
location
:
{}
|
null
;
operator
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
purchaseOrder
:
{}
|
null
;
rawMaterial
:
{
category
:
{}
|
null
;
unitOfStock
:
{}
|
null
}
&
{}
|
null
;
salesOrder
:
{}
|
null
;
stockLot
:
{}
|
null
;
supplier
:
{}
|
null
;
toLocation
:
{}
|
null
;
toWarehouse
:
{}
|
null
;
transporter
:
{}
|
null
;
warehouse
:
{}
;
workOrder
:
{}
|
null
;
}
&
{}
,
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
approver
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
client
:
{}
|
null
;
finishedProduct
:
|
{
category
:
{}
|
null
;
unitOfMeasure
:
{}
|
null
}
&
{}
|
null
;
fromLocation
:
{}
|
null
;
fromWarehouse
:
{}
|
null
;
location
:
{}
|
null
;
operator
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
purchaseOrder
:
{}
|
null
;
rawMaterial
:
{
category
:
{}
|
null
;
unitOfStock
:
{}
|
null
}
&
{}
|
null
;
salesOrder
:
{}
|
null
;
stockLot
:
{}
|
null
;
supplier
:
{}
|
null
;
toLocation
:
{}
|
null
;
toWarehouse
:
{}
|
null
;
transporter
:
{}
|
null
;
warehouse
:
{}
;
workOrder
:
{}
|
null
;
}
&
{}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...