<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chan="http://changectn.singlebusiness.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<chan:invoke>
<!--Optional:-->
<jobId>?</jobId>
<!--Optional:-->
<applyData>{"applyCompanyCode":"ZJXG","applyCompanyId":"23013","applyCompanyType":"B","applyTime":"2024-03-05 10:14:10","applyUser":"ZJXG","changeBill":[{"billChangeReason":"C","blNo":"NGBX17445","jobId":"VBL","newCargoCode":"17","newCargoCube":"14.0","newCargoPackages":"10","newCargoWeight":"25681","newCtnOperatorCode":"ESL","newForwarder":"ZJXG","oldCargoCode":"17","oldCargoCube":"14.0","oldCargoPackages":"10","oldCargoWeight":"2568.0","oldCtnOperatorCode":"ESL","oldForwarder":"ZJXG","operCode":"R"}],"ctnNos":["ESDU2237040"],"id":"ZJYGT0000790775","jobId":"CCTN","paymentTerm":"Y","vesselUnCode":"UN9403621","vesselVoyage":"018W"}</applyData>
<!--Optional:-->
<userId>?</userId>
<!--Optional:-->
<password>?</password>
</chan:invoke>
</soapenv:Body>
</soapenv:Envelope>curl --location --request POST 'api/changeCtnApi?jobId&applyData&userId&password' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chan="http://changectn.singlebusiness.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<chan:invoke>
<!--Optional:-->
<jobId>?</jobId>
<!--Optional:-->
<applyData>{"applyCompanyCode":"ZJXG","applyCompanyId":"23013","applyCompanyType":"B","applyTime":"2024-03-05 10:14:10","applyUser":"ZJXG","changeBill":[{"billChangeReason":"C","blNo":"NGBX17445","jobId":"VBL","newCargoCode":"17","newCargoCube":"14.0","newCargoPackages":"10","newCargoWeight":"25681","newCtnOperatorCode":"ESL","newForwarder":"ZJXG","oldCargoCode":"17","oldCargoCube":"14.0","oldCargoPackages":"10","oldCargoWeight":"2568.0","oldCtnOperatorCode":"ESL","oldForwarder":"ZJXG","operCode":"R"}],"ctnNos":["ESDU2237040"],"id":"ZJYGT0000790775","jobId":"CCTN","paymentTerm":"Y","vesselUnCode":"UN9403621","vesselVoyage":"018W"}</applyData>
<!--Optional:-->
<userId>?</userId>
<!--Optional:-->
<password>?</password>
</chan:invoke>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:invokeResponse xmlns:ns2="http://changectn.singlebusiness.api.service.ctos3.nbport.com/"><return>{"allowFlag":"","applyNo":"","barCode":"","bookingNo":"","changeAdd":"","checkValue":"","id":"ZJYGT0000790775","invoiceNote":"","jobId":"CCTN","msgDESC":"[接口参数-箱号:[ESDU2237040]][报错原因:与码头在场箱不一致]","msgId":"9999","plannumber":"","reserve1":"","reserve2":"","reserve3":"","reserve4":"","reserve5":"","result":null,"rsv1":"","rsv2":"","rsv3":"","rsv4":"","rsv5":"","yardMsgInfo":""}</return></ns2:invokeResponse></soap:Body></soap:Envelope>