<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recvfullhz.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rec:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{
"ctnresult": {
"ctnNo": "RHNA3351533",
"vesselUnCode": "UN2007719",
"vesselVoyage": "XN2"
},
"directLoad": "Y",
"endTime": "2099-10-04 10:00:00",
"id": "BLCTWXJZ240603102412655874",
"jobId": "ForwardRes",
"operCode": "J",
"phoneNumber": "19032321610",
"planNumber": "ZJYGTJZ5580593818384",
"startTime": "2024-07-22 22:12:53"
}</arg1>
<!--Optional:-->
<arg2>?</arg2>
<!--Optional:-->
<arg3>?</arg3>
</rec:invoke>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/recvFullHzForwardResApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recvfullhz.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rec:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{
"ctnresult": {
"ctnNo": "RHNA3351533",
"vesselUnCode": "UN2007719",
"vesselVoyage": "XN2"
},
"directLoad": "Y",
"endTime": "2099-10-04 10:00:00",
"id": "BLCTWXJZ240603102412655874",
"jobId": "ForwardRes",
"operCode": "J",
"phoneNumber": "19032321610",
"planNumber": "ZJYGTJZ5580593818384",
"startTime": "2024-07-22 22:12:53"
}</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://recvfullhz.ygt.api.service.ctos3.nbport.com/">
<return>{"checkValue":"","id":"BLCTWXJZ240603102412655874","jobId":"ForwardRes","msgDESC":"","msgId":"1111","rsv1":"","rsv2":"","rsv3":"","rsv4":"","rsv5":""}</return>
</ns2:invokeResponse>
</soap:Body>
</soap:Envelope>