Untitled

 avatar
user_3710100319
plain_text
2 years ago
1.9 kB
6
Indexable
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:ns="http://www.bidv.com/global/vn/account/accthold/changehold/1.0"
xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" 
xmlns:ns2="http://www.bidv.com/global/common/cromslibrary/1.0">
   <soap:Header/>
   <soap:Body>
      <ns:ChangeHoldReq>
          <ns1:Header>
            <ns1:Common>
               <ns1:BusinessDomain>Changehold</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>Ab123456</ns1:MessageId>
               <!--Optional:-->
               <ns1:TransactionId>Ab123456</ns1:TransactionId>
               <ns1:MessageTimestamp>1999-05-31T13:20:00-05:00</ns1:MessageTimestamp>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>CROMS</ns1:SourceAppID>
            </ns1:Client>
         </ns1:Header>
         <ns:BodyReqChangeHold>
            <ns:BaseInfo>
               <!--Optional:-->
               <ns2:Branch/>
               <!--Optional:-->
               <ns2:TellerId>1</ns2:TellerId>
               <!--Optional:-->
               <ns2:SupervisorId></ns2:SupervisorId>
            </ns:BaseInfo>
            <ns:AcctNo>100071197025</ns:AcctNo>
            <ns:AcctType/>
            <ns:EntryHold>1</ns:EntryHold>
            <ns:TypeCode>Perm</ns:TypeCode>
            <ns:HoldCode>13</ns:HoldCode>
            <ns:Amt>22121.50</ns:Amt>
            <ns:HoldFee>53.00</ns:HoldFee>
            <ns:ExpirationDt>210523</ns:ExpirationDt>
            <ns:Remark></ns:Remark>
            <!--Optional:-->
            <ns:CheckPrefix></ns:CheckPrefix>
            <!--Optional:-->
            <ns:EarmarkedCheck/>
         </ns:BodyReqChangeHold>
      </ns:ChangeHoldReq>
   </soap:Body>
</soap:Envelope>