Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
UpdateShipmentScanRequest
/
UpdateShipmentScanRequest
Update
Shipment
Scan
Request
constructor
(
organizationId
:
String
?
=
null
,
shipmentId
:
String
?
=
null
,
title
:
String
?
=
null
,
weight
:
Float
?
=
null
,
freightClass
:
String
?
=
null
,
latitude
:
Float
?
=
null
,
longitude
:
Float
?
=
null
,
notes
:
String
?
=
null
,
status
:
String
?
=
null
,
updatedById
:
String
,
metadata
:
JsonObject
?
=
null
)