<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recvemptyctn.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rec:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{"Ctnresult":{"UNVesselName":"CN3104383","carJobnumber":"8LV","carLicense":"ZJB-3Z276","ctnNo":"SEGU3475591","ctnOperatorCode":"NUC","ctnSizeType":"20GP","ctnStatus":"E","deliveryPlace":"","deliveryReceitpNo":"","hazardFlag":"","inboundVoyage":"2403S","inspectPlace":"","inspectTime":"","inspected":"N","odFlag":"","receivePlace":"","reeferFlag":"","tradeNw":"N","vesselNameC":"正吉8","vesselNameE":"ZHENGJI8"},"ID":"BLCTRU240603000333118693","Plannumber":"BLCTRU240603000333118693","SuitcaseRTime":"2024-06-03","SuitcaseSRTime":"2024-06-03 00","SuitcaseTRTime":"2024-06-03 01","jobId":"CTBUSREE","operCode":"U"}</arg1>
<!--Optional:-->
<arg2>?</arg2>
<!--Optional:-->
<arg3>?</arg3>
</rec:invoke>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/recvEmptyCtnApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recvemptyctn.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rec:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{"Ctnresult":{"UNVesselName":"CN3104383","carJobnumber":"8LV","carLicense":"ZJB-3Z276","ctnNo":"SEGU3475591","ctnOperatorCode":"NUC","ctnSizeType":"20GP","ctnStatus":"E","deliveryPlace":"","deliveryReceitpNo":"","hazardFlag":"","inboundVoyage":"2403S","inspectPlace":"","inspectTime":"","inspected":"N","odFlag":"","receivePlace":"","reeferFlag":"","tradeNw":"N","vesselNameC":"正吉8","vesselNameE":"ZHENGJI8"},"ID":"BLCTRU240603000333118693","Plannumber":"BLCTRU240603000333118693","SuitcaseRTime":"2024-06-03","SuitcaseSRTime":"2024-06-03 00","SuitcaseTRTime":"2024-06-03 01","jobId":"CTBUSREE","operCode":"U"}</arg1>
<!--Optional:-->
<arg2>?</arg2>
<!--Optional:-->
<arg3>?</arg3>
</rec:invoke>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:invokeResponse xmlns:ns2="http://recvemptyctn.ygt.api.service.ctos3.nbport.com/"><return>{"checkValue":"","id":"BLCTRU240603000333118693","jobId":"CTBUSREE","msgDESC":"[参数-箱号:SEGU3475591][原因:该箱正在进场或已经进场,请联系调度确认是否航次关闭]","msgId":"9999","plannumber":"BLCTRU240603000333118693"}</return></ns2:invokeResponse></soap:Body></soap:Envelope>