v1
latestOpenAPI 3.0.02026-07-2641142112.7 KBEasy-shipment
Update shipments to endpoints
You can update container or BL or BK to one or multiple endpoints with their container / BL / BK numbers. Note that all the container / bl / bk will be replaced by the one provided in your request. If you just wish to add shipments, use the POST endpoint.
put/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"
}
]
}
}