<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recvfull.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rec:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{
"Ctnresult": {
"UNVesselName": "UN9850824",
"carJobnumber": "36M",
"ctnNo": "GAOU6687045",
"ctnSizeType": "45GP",
"ctnStatus": "F",
"hazardFlag": "Y",
"odFlag": "N",
"outboundVoyage": "1118E",
"reeferFlag": "N",
"rsv1": "",
"tradeNw": "W"
},
"Plannumber": "ZJYGTJZ0000034827017",
"SuitcaseRTime": "2024-06-03",
"SuitcaseSRTime": "2024-06-03 06",
"SuitcaseTRTime": "2024-06-03 07",
"id": "202406031041857926",
"jobId": "CTBUSRES",
"operCode": "U",
"rsv01": {
"driverCert": "https://www.eporthub.com:8444/group1/M02/2F/89/CqgBFWBJuKeAWulFAAPlyKRRSu4131.jpg",
"driverLicense": "41078219790828093X",
"driverName": "李保华",
"driverPic": "",
"driverTel": "13937355565",
"superCarTel": "18668579853",
"superCard": "342826197012202419",
"superCargo": "叶世春",
"superCert": "https://www.eporthub.com:8444/group1/M02/4F/4D/CqgqCmCbKE-AQYEfAAV7TXwLrHg940.jpg",
"superPic": "",
"truckCert": "https://www.eporthub.com:8444/group1/M02/86/95/CqgBFGYu5L-AcnUEAApG3CXZs0w419.jpg"
}
}</arg1>
<!--Optional:-->
<arg2>?</arg2>
<!--Optional:-->
<arg3>?</arg3>
</rec:invoke>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/recvFullApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://recvfull.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rec:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{
"Ctnresult": {
"UNVesselName": "UN9850824",
"carJobnumber": "36M",
"ctnNo": "GAOU6687045",
"ctnSizeType": "45GP",
"ctnStatus": "F",
"hazardFlag": "Y",
"odFlag": "N",
"outboundVoyage": "1118E",
"reeferFlag": "N",
"rsv1": "",
"tradeNw": "W"
},
"Plannumber": "ZJYGTJZ0000034827017",
"SuitcaseRTime": "2024-06-03",
"SuitcaseSRTime": "2024-06-03 06",
"SuitcaseTRTime": "2024-06-03 07",
"id": "202406031041857926",
"jobId": "CTBUSRES",
"operCode": "U",
"rsv01": {
"driverCert": "https://www.eporthub.com:8444/group1/M02/2F/89/CqgBFWBJuKeAWulFAAPlyKRRSu4131.jpg",
"driverLicense": "41078219790828093X",
"driverName": "李保华",
"driverPic": "",
"driverTel": "13937355565",
"superCarTel": "18668579853",
"superCard": "342826197012202419",
"superCargo": "叶世春",
"superCert": "https://www.eporthub.com:8444/group1/M02/4F/4D/CqgqCmCbKE-AQYEfAAV7TXwLrHg940.jpg",
"superPic": "",
"truckCert": "https://www.eporthub.com:8444/group1/M02/86/95/CqgBFGYu5L-AcnUEAApG3CXZs0w419.jpg"
}
}</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://recvfull.ygt.api.service.ctos3.nbport.com/">
<return>{
"ID": "202406031041857926",
"checkValue": "",
"jobId": "CTBUSRES",
"msgId": "0000",
"plannumber": "ZJYGTJZ0000034827017",
"result": {
"rsv03": "",
"rsv04": "",
"jzFlag": "Y",
"rsv05": "",
"ctnStartTime": "2024-06-03 06:00:00",
"rsv01": "2024-05-25 00:00:00",
"rsv02": "2024-05-28 12:00:00",
"ctnEndTime": "2024-06-03 07:00:00"
},
"tailInfos": {},
"yardMsgInfo": "接收成功"
}</return>
</ns2:invokeResponse>
</soap:Body>
</soap:Envelope>