ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/production/manufacturing-orders/[id]/stock-labels/route
GET
Function GET
GET
(
request
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
manufacturingOrderNumber
:
string
;
productName
:
string
;
productCode
:
string
;
clientName
:
string
;
labelsCount
:
number
;
totalQuantity
:
number
;
labels
:
{
id
:
any
;
barcode
:
any
;
qrCode
:
any
;
lotNumber
:
string
;
batchNumber
:
string
|
null
;
quantity
:
number
;
unit
:
string
;
isPrinted
:
any
;
printedAt
:
any
;
productName
:
string
;
productCode
:
string
;
clientName
:
string
;
location
:
{
id
:
string
;
code
:
string
;
name
:
string
}
|
null
;
warehouse
:
string
;
createdAt
:
any
;
productionDate
:
Date
|
null
;
stockLotId
:
string
;
stockMovementId
:
string
;
}
[]
;
}
,
>
,
>
GET - Récupérer les étiquettes de stock d'un OF
Parameters
request
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
success
:
boolean
;
manufacturingOrderNumber
:
string
;
productName
:
string
;
productCode
:
string
;
clientName
:
string
;
labelsCount
:
number
;
totalQuantity
:
number
;
labels
:
{
id
:
any
;
barcode
:
any
;
qrCode
:
any
;
lotNumber
:
string
;
batchNumber
:
string
|
null
;
quantity
:
number
;
unit
:
string
;
isPrinted
:
any
;
printedAt
:
any
;
productName
:
string
;
productCode
:
string
;
clientName
:
string
;
location
:
{
id
:
string
;
code
:
string
;
name
:
string
}
|
null
;
warehouse
:
string
;
createdAt
:
any
;
productionDate
:
Date
|
null
;
stockLotId
:
string
;
stockMovementId
:
string
;
}
[]
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
GET - Récupérer les étiquettes de stock d'un OF