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

cancelHandling

POST
/hna/handlings:cancel
Operator - Handlings
Cancel any handling, by cancelling an attached handling, the handling will be detached from the visit.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/handlings:cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
    "handlingId": "d7727b42-b7d3-490e-aa70-619d7717b1d1"
}'
Response Response Example
{}

Request

Body Params application/json
handlingId
string 
required
Unique identifier of the handling/container which was generated on the creation of the handling.
Example:
d7727b42-b7d3-490e-aa70-619d7717b1d1
Examples

Responses

🟢200default response
application/json
Body
object {0}
Next
createDetachedHandling
Built with