<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:four="http://fourport.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<four:invoke>
<!--Optional:-->
<arg1>{"containerNo":"OOLU2475553","blNo":"PASUQ082761740"}</arg1>
</four:invoke>
</soapenv:Body>
</soapenv:Envelope>curl --location '/api/blReleaseSearchApi' \
--header 'Content-Type: application/json' \
--data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:four="http://fourport.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<four:invoke>
<!--Optional:-->
<arg1>{"containerNo":"OOLU2475553","blNo":"PASUQ082761740"}</arg1>
</four:invoke>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:invokeResponse xmlns:ns2="http://fourport.api.service.ctos3.nbport.com/">
<return>{
"msgDesc": "",
"msgId": "0000",
"Bill": {
"CustomJobNo": "310120250519795757",
"AVesselName": "AL DAHNA EXPRESS",
"PassTime": "20250111120754",
"Voyage": "027W",
"ContainerNo": "TLLU1062852",
"PassFlag": "C",
"BillNo": "ONEYNB4BCLV38700D",
"CustomStates": "EP",
"UnCode": "UN9708825"
}
}</return>
</ns2:invokeResponse>
</soap:Body>
</soap:Envelope>