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

updateVisit

POST
/hna/visits:update
Operator - Visits
Update a created barge visit
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/visits:update' \
--header 'Content-Type: application/json' \
--data-raw '{
    "visitId": "string",
    "visitData": {
        "modality": "string",
        "externalReferenceVisit": "string",
        "eta": "string"
    }
}'
Response Response Example
{}

Request

Body Params application/json
visitId
string 
required
visitData
object (HnaVisitData) 
optional
modality
string 
optional
The way in which the transportation of the cargo takes place in the hinterland.
externalReferenceVisit
string 
optional
The unique ID that is provided by BTS for this visit
eta
string 
required
The expected time of arrival of the means of hinterland's transport at the terminal.
Examples

Responses

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