<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:blr="http://blregister.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<blr:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{
"blChangePosition": "1204",
"blEndNo": "COHEQY445NBX999",
"blStartNo": "COHEQY445NBX000",
"blType": "S",
"ctnOperatorCode": "SOC",
"forwarderCode": "ZXGYL",
"id": "YGTBLRM240703164155480670",
"jobId": "BLREGISTER",
"operCode": "M",
"planNumber": "ZJYGTBLR240410q3ZQC0",
"postfixEndValue": "",
"postfixStartValue": "",
"prefixValue": ""
}</arg1>
<!--Optional:-->
<arg2>?</arg2>
<!--Optional:-->
<arg3>?</arg3>
</blr:invoke>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/blRegisterApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:blr="http://blregister.ygt.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<blr:invoke>
<!--Optional:-->
<arg0>?</arg0>
<!--Optional:-->
<arg1>{
"blChangePosition": "1204",
"blEndNo": "COHEQY445NBX999",
"blStartNo": "COHEQY445NBX000",
"blType": "S",
"ctnOperatorCode": "SOC",
"forwarderCode": "ZXGYL",
"id": "YGTBLRM240703164155480670",
"jobId": "BLREGISTER",
"operCode": "M",
"planNumber": "ZJYGTBLR240410q3ZQC0",
"postfixEndValue": "",
"postfixStartValue": "",
"prefixValue": ""
}</arg1>
<!--Optional:-->
<arg2>?</arg2>
<!--Optional:-->
<arg3>?</arg3>
</blr:invoke>
</soapenv:Body>
</soapenv:Envelope>'