FacilityCollLinkageCreate_Percent

 avatar
user_4059879
xml
2 years ago
4.0 kB
1
Indexable
<!--Request-->
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/global/vn/loan/facilitycolllinkage/create/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0" xmlns:ns3="http://www.bidv.com/global/common/bank/1.0" xmlns:ns4="http://www.bidv.com/global/vn/loan/collateral/collateralcommon/1.0" xmlns:ns5="http://www.bidv.com/global/common/account/1.0">
   <soap:Header/>
   <soap:Body>
      <ns:FacilityCollLinkageCreateReq>
         <ns1:Header>
            <ns1:Common>
               <ns1:BusinessDomain>123</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>1</ns1:MessageId>
     
               <ns1:MessageTimestamp>1999-05-31T13:20:00-05:00</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>1</ns1:SourceAppID>
            </ns1:Client>
         </ns1:Header>
         <ns:BodyReqCreate>
         	   <ns:TellerID>1</ns:TellerID>
             <ns:FacilityInfo>
               <ns2:AppNo>1</ns2:AppNo>
               <ns2:FacilityCode>7711</ns2:FacilityCode>
               <ns2:Seq>30000186</ns2:Seq>
<!--               550001057175-->
            </ns:FacilityInfo>
            <ns:CollateralInfo>
               <!--Optional:-->
               <ns4:ID>555</ns4:ID>
            </ns:CollateralInfo>
            <!--You have a CHOICE of the next 2 items at this level-->
<!--            <ns:AmtPledged>-->
<!--               <ns5:Amount>10</ns5:Amount>-->
<!--            </ns:AmtPledged>-->
             <ns:PercentPledged>20</ns:PercentPledged>
<!--             <ns:FixedAmt>-->
<!--               <ns5:Amount>11</ns5:Amount>-->
<!--            </ns:FixedAmt>-->
         </ns:BodyReqCreate>
      </ns:FacilityCollLinkageCreateReq>
   </soap:Body>
</soap:Envelope>




<!--Reponse-->
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <ns0:FacilityCollLinkageCreateRes xmlns:ns0="http://www.bidv.com/global/vn/loan/facilitycolllinkage/create/1.0">
         <ns1:Header xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
            <ns1:Common>
               <ns1:BusinessDomain>123</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>1</ns1:MessageId>
               <ns1:MessageTimestamp>2022-11-14T11:16:52.562+07:00</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>1</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:FacilityInfo>
               <ns1:AppNo xmlns:ns1="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0">1</ns1:AppNo>
               <ns1:FacilityCode xmlns:ns1="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0">7711</ns1:FacilityCode>
               <ns1:Seq xmlns:ns1="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0">30000186</ns1:Seq>
            </ns0:FacilityInfo>
            <ns0:CollateralInfo>
               <ns1:ID xmlns:ns1="http://www.bidv.com/global/vn/loan/collateral/collateralcommon/1.0">555</ns1:ID>
            </ns0:CollateralInfo>
            <ns0:AmtPledged>
               <ns1:Amount xmlns:ns1="http://www.bidv.com/global/common/account/1.0">0.0</ns1:Amount>
            </ns0:AmtPledged>
            <ns0:PercentPledged>20.0</ns0:PercentPledged>
            <ns0:FixedAmt>
               <ns1:Amount xmlns:ns1="http://www.bidv.com/global/common/account/1.0">0.0</ns1:Amount>
            </ns0:FixedAmt>
         </ns0:BodyResCreate>
      </ns0:FacilityCollLinkageCreateRes>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...