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
Update
Shipment
Scan
Request
@
Serializable
data
class
UpdateShipmentScanRequest
(
val
organizationId
:
String
?
=
null
,
val
shipmentId
:
String
?
=
null
,
val
title
:
String
?
=
null
,
val
weight
:
Float
?
=
null
,
val
freightClass
:
String
?
=
null
,
val
latitude
:
Float
?
=
null
,
val
longitude
:
Float
?
=
null
,
val
notes
:
String
?
=
null
,
val
status
:
String
?
=
null
,
val
updatedById
:
String
,
val
metadata
:
JsonObject
?
=
null
)
:
UpdateShipmentScanBaseRequest
Members
Constructors
Update
Shipment
Scan
Request
Link copied to clipboard
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
)
Properties
freight
Class
Link copied to clipboard
@
SerialName
(
value
=
"freight_class"
)
val
freightClass
:
String
?
latitude
Link copied to clipboard
@
SerialName
(
value
=
"latitude"
)
val
latitude
:
Float
?
longitude
Link copied to clipboard
@
SerialName
(
value
=
"longitude"
)
val
longitude
:
Float
?
metadata
Link copied to clipboard
@
SerialName
(
value
=
"metadata"
)
val
metadata
:
JsonObject
?
notes
Link copied to clipboard
@
SerialName
(
value
=
"notes"
)
val
notes
:
String
?
organization
Id
Link copied to clipboard
@
SerialName
(
value
=
"organization_id"
)
val
organizationId
:
String
?
shipment
Id
Link copied to clipboard
@
SerialName
(
value
=
"shipment_id"
)
val
shipmentId
:
String
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String
?
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
?
updated
By
Id
Link copied to clipboard
@
SerialName
(
value
=
"updated_by_id"
)
open
override
val
updatedById
:
String
weight
Link copied to clipboard
@
SerialName
(
value
=
"weight"
)
val
weight
:
Float
?