<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:znlh="http://znlh.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<znlh:getVesselOtherWorkApi>
<!--Optional:-->
<applyData> {
"deviceno": "设备号1",
"optime": "作业时间1",
"operatorstr": "操作人1",
"optype": "操作类型1",
"velaliase": "船别名(即船舶参考号)",
"lastupdateman": "登记人1"
}</applyData>
</znlh:getVesselOtherWorkApi>
</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:getVesselOtherWorkApi>
<!--Optional:-->
<applyData> {
"deviceno": "设备号1",
"optime": "作业时间1",
"operatorstr": "操作人1",
"optype": "操作类型1",
"velaliase": "船别名(即船舶参考号)",
"lastupdateman": "登记人1"
}</applyData>
</znlh:getVesselOtherWorkApi>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:getVesselOtherWorkApiResponse xmlns:ns2="http://znlh.api.service.ctos3.nbport.com/">
<return>{"result":[{"checkValue":"","deviceno":"CR111","dutyDate":"2024-10-08","id":1861650577317748736,"insertTime":1732687060000,"jobGroupId":"1","lastupdateman":"2217","operatorstr":"2217","optime":"2024-10-08 08:00:00","optype":"L","tailInfos":{},"updateTime":1732687060000,"velaliase":"SWORH1002","vesselshiftotherworkid":1861650577317748736,"vesselshiftsettleid":1},{"checkValue":"","deviceno":"CR112","dutyDate":"2024-10-08","id":1861650577317748737,"insertTime":1732687060000,"jobGroupId":"1","lastupdateman":"2235","operatorstr":"2235","optime":"2024-10-08 18:00:00","optype":"O","tailInfos":{},"updateTime":1732687060000,"velaliase":"SWORH1002","vesselshiftotherworkid":1861650577317748737,"vesselshiftsettleid":3}],"msgId":"000","msgDESC":"操作成功"}</return>
</ns2:getVesselOtherWorkApiResponse>
</soap:Body>
</soap:Envelope>