MPET
  1. Operator - Visits
MPET
  • HNA-API
    • Operator - Handlings
      • cancelHandling
      • createDetachedHandling
      • createHandling
      • detachHandling
      • getDetachedHandling
      • moveHandling
      • updateDetachedHandling
      • updateHandling
    • Operator - Visits
      • cancelVisit
        POST
      • createVisit
        POST
      • finalizeLoadDischargeList
        POST
      • moveVisit
        POST
      • sendLoadDischargeList
        POST
      • updateVisit
        POST
    • Operator - Voyages
      • cancelVoyage
      • createVoyage
      • getVoyage
      • updateCargoDeclarations
      • updateVoyage
      • updateVoyageRestrictions
    • Listening
      • disconnectClient
      • listenToShipmentUpdates
      • listenToUpdate
      • resetPosition
      • updatePosition
  1. Operator - Visits

moveVisit

POST
/hna/visits:move
Operator - Visits
Move a visit to a different barge voyage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/visits:move' \
--header 'Content-Type: application/json' \
--data-raw '{
    "visitId": "75111204",
    "nextVoyageId": "string"
}'
Response Response Example
{}

Request

Body Params application/json
visitId
string 
required
Unique identifier of the visit which was generated on the creation of the visit. If given, the update will work even if the handling has been detached.
Example:
75111204
nextVoyageId
string 
optional
Unique identification of the voyage related to the visit to which the cargo handling must move.
Examples

Responses

🟢200default response
application/json
Body
object {0}
Previous
finalizeLoadDischargeList
Next
sendLoadDischargeList
Built with