Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api
/
FortressApiServiceImpl
/
fetchShipmentScans
fetch
Shipment
Scans
open
suspend override
fun
fetchShipmentScans
(
shipmentId
:
String
)
:
Result
<
List
<
ShipmentScanRO
>
>
open
suspend override
fun
fetchShipmentScans
(
shipmentIds
:
List
<
String
>
)
:
Result
<
Map
<
String
,
List
<
ShipmentScanRO
>
>
>