v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Easy-shipment

Delete shipments to endpoints

You can delete container or BL or BK to one or multiple endpoints by their container / BL / BK numbers. Note that the container / bl / bk provided will be deleted for endpoint provided

delete/easy-shipment

Request body

EasyEndpointShipment required

Array of shipments followed by the endpoint. Each shipment is described by a shipment number, shipment type and sealine.

Example request

{
  "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2": {
    "shipments": [
      {
        "number": "MSDU9813721",
        "sealine": "HLCU"
      },
      {
        "type": "BL",
        "number": "HLCUSHA2302AWXB8",
        "sealine": "HLCU"
      },
      {
        "number": "ZZZZ0000000"
      }
    ]
  }
}

Response

EasyEndpointShipment required

Array of shipments followed by the endpoint. Each shipment is described by a shipment number, shipment type and sealine.

Example response

{
  "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2": {
    "shipments": [
      {
        "number": "MSDU9813721",
        "sealine": "HLCU"
      },
      {
        "type": "BL",
        "number": "HLCUSHA2302AWXB8",
        "sealine": "HLCU"
      },
      {
        "number": "ZZZZ0000000"
      }
    ]
  }
}