ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-labels
GenerateLabelsParams
Interface GenerateLabelsParams
interface
GenerateLabelsParams
{
receptionId
:
string
;
warehouseId
?:
string
;
lines
:
{
rawMaterialId
:
string
;
quantityReceived
:
number
;
packagingType
:
"PALETTE"
|
"CARTON"
|
"ROULEAU"
|
"UNITE"
|
"PIECE"
;
unitsPerParent
:
number
;
unitName
:
string
;
unitQuantity
:
number
;
warehouseId
?:
string
;
locationId
?:
string
;
}
[]
;
}
Index
Properties
reception
Id
warehouse
Id?
lines
Properties
reception
Id
receptionId
:
string
Optional
warehouse
Id
warehouseId
?:
string
lines
lines
:
{
rawMaterialId
:
string
;
quantityReceived
:
number
;
packagingType
:
"PALETTE"
|
"CARTON"
|
"ROULEAU"
|
"UNITE"
|
"PIECE"
;
unitsPerParent
:
number
;
unitName
:
string
;
unitQuantity
:
number
;
warehouseId
?:
string
;
locationId
?:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
reception
Id
warehouse
Id
lines
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...