ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/production/work-orders/[id]/generate-delivery-labels/route
POST
Function POST
POST
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
labels
:
{
id
:
string
;
barcode
:
string
;
qrCode
:
string
|
null
;
labelType
:
string
;
}
[]
;
rack
:
{
id
:
string
;
code
:
string
;
name
:
string
;
warehouse
:
string
}
;
message
:
string
;
}
,
>
,
>
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
labels
:
{
id
:
string
;
barcode
:
string
;
qrCode
:
string
|
null
;
labelType
:
string
;
}
[]
;
rack
:
{
id
:
string
;
code
:
string
;
name
:
string
;
warehouse
:
string
}
;
message
:
string
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...