Add shipments to endpoints

POST https://api.sinay.ai/webhook/api/v1/easy-shipment

You can add container or BL or BK to one or multiple endpoints with their container / BL / BK numbers

Request Body

{"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2"=>{"shipments"=>[{"number"=>"MSDU9813721", "sealine"=>"HLCU"}, {"type"=>"BL", "number"=>"HLCUSHA2302AWXB8", "sealine"=>"HLCU"}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"Ut64":{"containers":[{"number":"NKZP4971959","sealine":"\u003cstring\u003e"},{"number":"nUUe4983055","sealine":"\u003cstring\u003e"}],"blsBks":[{"number":"\u003cstring\u003e","type":"BL","sealine":"\u003cstring\u003e"},{"number":"\u003cstring\u003e","type":"BK","sealine":"\u003cstring\u003e"}]}}