Withdrawlal_Calculator (Success)
unknown
xml
3 years ago
3.0 kB
7
Indexable
<!-- req -->
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header />
<SOAP-ENV:Body>
<ns2:CalculatorReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com.vn/entity/global/vn/account/withdrawal/receiptcalculator/1.0" xmlns:ns3="http://www.bidv.com/global/common/bank/1.0">
<Header>
<Common>
<BusinessDomain>BIDV.COM.VN</BusinessDomain>
<ServiceVersion>1.2</ServiceVersion>
<MessageId>1ad21207-3cfa-4636-93a3-6383dae467e9</MessageId>
<MessageTimestamp>2022-11-07T14:35:48.511+07:00</MessageTimestamp>
</Common>
<Client>
<SourceAppID>RLOS-2020-DA-012</SourceAppID>
</Client>
</Header>
<ns2:BodyReqCalculator>
<ns2:MsgCode>312</ns2:MsgCode>
<ns2:BaseXfer>
<ns3:TellerId>990RLOS</ns3:TellerId>
<ns3:SvrBranch>990</ns3:SvrBranch>
</ns2:BaseXfer>
<ns2:FDRInfo>
<ns2:FDRNo>100071197013</ns2:FDRNo>
</ns2:FDRInfo>
<ns2:Amt>
<ns2:Amt>4354140.00</ns2:Amt>
<ns2:CurCode>VND</ns2:CurCode>
</ns2:Amt>
<ns2:CtrlUnit>A1</ns2:CtrlUnit>
<ns2:RefNo></ns2:RefNo>
</ns2:BodyReqCalculator>
</ns2:CalculatorReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<!-- res -->
<ns0:CalculatorRes xmlns:ns0="http://www.bidv.com.vn/entity/global/vn/account/withdrawal/receiptcalculator/1.0">
<ns1:Header xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
<ns1:Common>
<ns1:BusinessDomain>BIDV.COM.VN</ns1:BusinessDomain>
<ns1:ServiceVersion>1.2</ns1:ServiceVersion>
<ns1:MessageId>1ad21207-3cfa-4636-93a3-6383dae467e9</ns1:MessageId>
<ns1:MessageTimestamp>2022-11-07T14:35:48.511+07:00</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>RLOS-2020-DA-012</ns1:SourceAppID>
</ns1:Client>
</ns1:Header>
<ns1:ResponseStatus xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
<ns1:Status>0</ns1:Status>
</ns1:ResponseStatus>
<ns0:BodyResCalculator>
<ns0:FDRNo>100071197013</ns0:FDRNo>
<ns0:AllowPartial />
<ns0:AmtInfo>
<ns0:PrincipalAmt>4354140</ns0:PrincipalAmt>
<ns0:InterestAmt>0</ns0:InterestAmt>
<ns0:PenaltyAmt />
<ns0:EarnedInterestAmt />
<ns0:NettSettlementAmt>4354140</ns0:NettSettlementAmt>
</ns0:AmtInfo>
<ns0:NettAmt>4354140</ns0:NettAmt>
</ns0:BodyResCalculator>
</ns0:CalculatorRes>Editor is loading...