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

getVoyage

POST
/hna/voyages:get
Operator - Voyages
Retrieve the barge voyage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/voyages:get' \
--header 'Content-Type: application/json' \
--data-raw '{
    "voyageId": "string"
}'
Response Response Example
{
  "type": "string"
}

Request

Body Params application/json
voyageId
string 
required
Examples

Responses

🟢200default response
application/json
Body
type
string 
required
Previous
createVoyage
Next
updateCargoDeclarations
Built with