InternalFundXfer_Create (Success)
unknown
xml
3 years ago
3.9 kB
6
Indexable
<!-- req --> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/entity/vn/remittance/internalfundxfer/create/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/global/common/bank/1.0" xmlns:ns3="http://www.bidv.com/global/common/account/1.0"> <soap:Header /> <soap:Body> <ns:InternalFundXferReq> <ns1:Header> <ns1:Common> <ns1:BusinessDomain>BIDV.COM.VN</ns1:BusinessDomain> <ns1:ServiceVersion>1.0</ns1:ServiceVersion> <ns1:MessageId>${=java.util.UUID.randomUUID()}</ns1:MessageId> <ns1:MessageTimestamp>${=new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss").format(new Date())}</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>RLOS-2020-DA-012</ns1:SourceAppID> </ns1:Client> </ns1:Header> <ns:BodyReqCreate> <ns:MsgCode>013</ns:MsgCode> <ns:RefNo>RMX1234564879</ns:RefNo> <ns:BaseXfer> <ns2:TellerId>12009002</ns2:TellerId> <ns2:Seq>039</ns2:Seq> <ns2:SvrBranch>0</ns2:SvrBranch> </ns:BaseXfer> <ns:AcctFrom> <ns3:AcctNo>101871197003</ns3:AcctNo> <ns3:CurCode>VND</ns3:CurCode> </ns:AcctFrom> <ns:AcctTo> <ns3:AcctNo>243002001633</ns3:AcctNo> <ns3:CurCode>VND</ns3:CurCode> </ns:AcctTo> <ns:DebitFeeAcct> <ns3:AcctNo>101871197003</ns3:AcctNo> </ns:DebitFeeAcct> <ns:Amt> <ns:Amt>9999.00</ns:Amt> <ns:CurCode>VND</ns:CurCode> </ns:Amt> <ns:FeeInfo> <ns:AmtFee>999.00</ns:AmtFee> <ns:CurCode>VND</ns:CurCode> </ns:FeeInfo> <ns:VATInfo> <ns:VATAmt>99.00</ns:VATAmt> <ns:VATCode>VND</ns:VATCode> </ns:VATInfo> <ns:Remark>101871197003</ns:Remark> <ns:TranID>NhanPQ16</ns:TranID> </ns:BodyReqCreate> </ns:InternalFundXferReq> </soap:Body> </soap:Envelope> <!-- res --> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <ns0:InternalFundXferRes xmlns:ns0="http://www.bidv.com/entity/vn/remittance/internalfundxfer/create/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.0</ns1:ServiceVersion> <ns1:MessageId>9828db72-b38d-4dc4-b6b5-98024cdca746</ns1:MessageId> <ns1:MessageTimestamp>2022-11-03T14:07:38</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:BodyResCreate> <ns0:RefNo>0084WO-7dUXhpB2U</ns0:RefNo> <ns0:TrnSeq>039</ns0:TrnSeq> <ns0:TellerID>12009002</ns0:TellerID> <ns0:PostingDt>160920</ns0:PostingDt> </ns0:BodyResCreate> </ns0:InternalFundXferRes> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
Editor is loading...