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

sendLoadDischargeList

POST
/hna/visits:send
Operator - Visits
Send the load-discharge list of a barge visit (before cargo cut-off)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/visits:send' \
--header 'Content-Type: application/json' \
--data-raw '{
    "visitId": "string"
}'
Response Response Example
{}

Request

Body Params application/json
visitId
string 
required
Examples

Responses

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