BIDV-9857

 avatar
user_0328346
xml
3 years ago
3.4 kB
7
Indexable
<!--Request-->
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" 
xmlns:ns="http://www.bidv.com/entity/vn/loan/lnaccount/createacc/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:LNAccountReq>
         <ns1:Header>
            <ns1:Common>
               <ns1:BusinessDomain>1</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>1</ns1:MessageId>
               <ns1:MessageTimestamp>2022-08-01T23:34:26.233-04:00</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>CROMS</ns1:SourceAppID>
            </ns1:Client>
         </ns1:Header>
         <ns:BodyReqCreate>
            <ns:BaseXfer>
               <!--Optional:-->
               <ns2:TellerId></ns2:TellerId>
               <!--Optional:-->
               <ns2:Seq></ns2:Seq>
               <!--Optional:-->
               <ns2:SupervisorId></ns2:SupervisorId>
               <ns2:SvrBranch>0</ns2:SvrBranch>
            </ns:BaseXfer>
            <ns:AANo>69</ns:AANo>
            <ns:FacCode></ns:FacCode>
            <ns:FacSeq></ns:FacSeq>
            <ns:ProductType>5207</ns:ProductType>
            <ns:Amt>
               <ns:LoanAmt>9999998</ns:LoanAmt>
               <ns:CurrCode>VND</ns:CurrCode>
            </ns:Amt>
            <!--Optional:-->
            <ns:MaturityDt>2021-08-09</ns:MaturityDt>
            <ns:FirstPmtDt>2021-02-08</ns:FirstPmtDt>
            <ns:DrawingLimit>0</ns:DrawingLimit>
            <ns:LoanTerm>12</ns:LoanTerm>
            <ns:YearBase>13</ns:YearBase>
            <ns:IntPmtFreq>1MAE</ns:IntPmtFreq>
            <ns:RateNumber>1300</ns:RateNumber>
            <!--Optional:-->
            <ns:RateVariance>0.0</ns:RateVariance>
            <ns:RateFloor>5.0</ns:RateFloor>
            <!--Optional:-->
            <ns:RateCeiling>10.0</ns:RateCeiling>
            <!--Optional:-->
            <ns:InterestRate>6.000</ns:InterestRate>
         </ns:BodyReqCreate>
      </ns:LNAccountReq>
   </soap:Body>
</soap:Envelope>

<!--Response-->
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <ns0:LNAccountRes xmlns:ns0="http://www.bidv.com/entity/vn/loan/lnaccount/createacc/1.0">
         <ns1:Header xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
            <ns1:Common>
               <ns1:BusinessDomain>1</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>1</ns1:MessageId>
               <ns1:MessageTimestamp>2022-08-01T23:34:26.233-04:00</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>CROMS</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:AcctNo>530060000085</ns0:AcctNo>
            <ns0:AcctType/>
            <ns0:Status/>
            <ns0:PmtAmt/>
            <ns0:FinalAmt/>
         </ns0:BodyResCreate>
      </ns0:LNAccountRes>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...