A13 - GLCashWithdraw/Create/1
nguyen
xml
3 years ago
3.0 kB
8
Indexable
Request:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/entity/vn/remittance/glcashwithdraw/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">
<soap:Header/>
<soap:Body>
<ns:GLCashWithdrawReq>
<ns1:Header>
<ns1:Common>
<ns1:BusinessDomain>BIDV.COM.VN</ns1:BusinessDomain>
<ns1:ServiceVersion>1.0</ns1:ServiceVersion>
<ns1:MessageId>0068</ns1:MessageId>
<ns1:MessageTimestamp>2022-09-27T09:50:36.045+07:00</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>DKTT</ns1:SourceAppID>
</ns1:Client>
</ns1:Header>
<ns:BodyReqCreate>
<ns:MsgCode>296</ns:MsgCode>
<ns:BaseXfer>
<ns2:TellerId>tannv</ns2:TellerId>
<ns2:Seq>032</ns2:Seq>
<ns2:SupervisorId>tannv</ns2:SupervisorId>
<ns2:SvrBranch>0</ns2:SvrBranch>
</ns:BaseXfer>
<ns:ReceiverInfo>
<ns:GLAcctNo>126130300</ns:GLAcctNo>
<ns:CurCode>USD</ns:CurCode>
<ns:TTBuyRate>22757.568</ns:TTBuyRate>
<ns:DRAmount>194.11</ns:DRAmount>
</ns:ReceiverInfo>
<ns:SenderInfo>
<ns:CashAmount>190</ns:CashAmount>
<ns:CurCode>USD</ns:CurCode>
<ns:NoteSellRate>22980.3</ns:NoteSellRate>
<ns:VNDAmount>93500</ns:VNDAmount>
<ns:TTBuyRate>22757.568</ns:TTBuyRate>
</ns:SenderInfo>
<ns:Remark>WU-MTCN 1255389872 Ref 433NHA2207130187</ns:Remark>
<ns:TranID>GLCashWithdraw27983290</ns:TranID>
</ns:BodyReqCreate>
</ns:GLCashWithdrawReq>
</soap:Body>
</soap:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<ns0:GLCashWithdrawRes xmlns:ns0="http://www.bidv.com/entity/vn/remittance/glcashwithdraw/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>0068</ns1:MessageId>
<ns1:MessageTimestamp>2022-09-27T09:50:36.045+07:00</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>DKTT</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:Result>Success</ns0:Result>
</ns0:BodyResCreate>
</ns0:GLCashWithdrawRes>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>Editor is loading...