<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:znlh="http://znlh.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<znlh:registerDamageInfo>
<!--Optional:-->
<applyData> {
"damageAreaCode": "残损范围代码",
"damageTypeCode": "残损类型代码",
"ctnNo": "箱号",
"damageServerityCode": "残损程度代码",
"damageRemarks": "残损描述"
}</applyData>
</znlh:registerDamageInfo>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST 'http://localhost:8888/api/vesselOtherWorkApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:znlh="http://znlh.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<znlh:registerDamageInfo>
<!--Optional:-->
<applyData> {
"damageAreaCode": "残损范围代码",
"damageTypeCode": "残损类型代码",
"ctnNo": "箱号",
"damageServerityCode": "残损程度代码",
"damageRemarks": "残损描述"
}</applyData>
</znlh:registerDamageInfo>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:registerDamageInfoResponse xmlns:ns2="http://znlh.api.service.ctos3.nbport.com/">
<return>{"result":"","msgId":"000","msgDESC":"操作成功"}</return>
</ns2:registerDamageInfoResponse>
</soap:Body>
</soap:Envelope>