Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api
/
FortressApiServiceImpl
/
updateShipmentBarcodes
update
Shipment
Barcodes
open
suspend override
fun
updateShipmentBarcodes
(
shipmentId
:
String
,
updatedById
:
String
,
barcodesDto
:
Map
<
String
,
List
<
BarcodeItemRO
>
>
)
:
Result
<
ShipmentRO
>