A13 - Remittance/DomesticXfer/Delete

 avatar
nguyen
xml
2 years ago
4.2 kB
6
Indexable
Request
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/entity/vn/remittance/domesticxfer/delete/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
   <soap:Header/>
   <soap:Body>
      <ns:DomesticXferReq>
         <ns1:Header>
            <ns1:Common>
               <ns1:BusinessDomain>BIDV.COM.VN</ns1:BusinessDomain>
               <ns1:ServiceVersion>1.0</ns1:ServiceVersion>
               <ns1:MessageId>BIDV9958_3</ns1:MessageId>
               <!--Optional:-->
               <ns1:TransactionId>?</ns1:TransactionId>
               <!--Optional:-->
               <ns1:RequestRefDate>?</ns1:RequestRefDate>
               <ns1:MessageTimestamp>2022-02-11T13:41:00</ns1:MessageTimestamp>
               <!--Optional:-->
               <ns1:AdditionalInformation>
                  <!--Zero or more repetitions:-->
                  <ns1:NameValuePairs>
                     <ns1:Name>?</ns1:Name>
                     <ns1:Value>?</ns1:Value>
                  </ns1:NameValuePairs>
                  <!--Optional:-->
                  <ns1:Other>?</ns1:Other>
               </ns1:AdditionalInformation>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>DKTT</ns1:SourceAppID>
               <!--Optional:-->
               <ns1:TargetAppIDs>
                  <!--Zero or more repetitions:-->
                  <ns1:TargetAppID>?</ns1:TargetAppID>
               </ns1:TargetAppIDs>
               <!--Optional:-->
               <ns1:UserDetail>
                  <!--Optional:-->
                  <ns1:UserId>?</ns1:UserId>
                  <!--Optional:-->
                  <ns1:UserRole>?</ns1:UserRole>
               </ns1:UserDetail>
            </ns1:Client>
         </ns1:Header>
         <ns:BodyReqDelete>
            <!--Optional:-->
            <ns:OrgMessageId>testinvalid003  hdkjfhkewkjf87384 hjwhrjewr dfjlkjelwjfljkewljflwjelfjlwejfljewfjew ewrewfr Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</ns:OrgMessageId>
            <!--Optional:-->
            <ns:TranId>26052212009002000800</ns:TranId>
         </ns:BodyReqDelete>
      </ns:DomesticXferReq>
   </soap:Body>
</soap:Envelope>
Response
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Body>
      <ns0:DomesticXferRes xmlns:ns0="http://www.bidv.com/entity/vn/remittance/domesticxfer/delete/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>BIDV9958_3</ns1:MessageId>
               <ns1:TransactionId>?</ns1:TransactionId>
               <ns1:RequestRefDate>?</ns1:RequestRefDate>
               <ns1:MessageTimestamp>2022-02-11T13:41:00</ns1:MessageTimestamp>
               <ns1:AdditionalInformation>
                  <ns1:NameValuePairs>
                     <ns1:Name>?</ns1:Name>
                     <ns1:Value>?</ns1:Value>
                  </ns1:NameValuePairs>
                  <ns1:Other>?</ns1:Other>
               </ns1:AdditionalInformation>
            </ns1:Common>
            <ns1:Client>
               <ns1:SourceAppID>DKTT</ns1:SourceAppID>
               <ns1:TargetAppIDs>
                  <ns1:TargetAppID>?</ns1:TargetAppID>
               </ns1:TargetAppIDs>
               <ns1:UserDetail>
                  <ns1:UserId>?</ns1:UserId>
                  <ns1:UserRole>?</ns1:UserRole>
               </ns1:UserDetail>
            </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:BodyResDelete>
            <ns0:RefNo/>
            <ns0:TrnSeq>800</ns0:TrnSeq>
         </ns0:BodyResDelete>
      </ns0:DomesticXferRes>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...