updateCargo

abstract suspend fun updateCargo(oldCargoNumber: String, newCargoNumber: String)

Updates the cargo number for a given transport.

Parameters

oldCargoNumber

The old cargo number to be updated.

newCargoNumber

The new cargo number to replace the old one.