Facility_Delete
user_4059879
xml
3 years ago
3.3 kB
3
Indexable
<!--Request--> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns="http://www.bidv.com/global/vn/loan/creditfacility/facility/delete/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"> <soap:Header/> <soap:Body> <ns:FacilityDeleteReq> <ns1:Header> <ns1:Common> <ns1:BusinessDomain>1</ns1:BusinessDomain> <ns1:ServiceVersion>1.0</ns1:ServiceVersion> <ns1:MessageId>none</ns1:MessageId> <ns1:MessageTimestamp>2022-07-14T10:39:11.721+07:00</ns1:MessageTimestamp> </ns1:Common> <ns1:Client> <ns1:SourceAppID>1</ns1:SourceAppID> </ns1:Client> </ns1:Header> <ns:BodyReqDelete> <ns:TellerID>11</ns:TellerID> <ns:FacilityInfo> <ns2:AppNo>69</ns2:AppNo> <!--Optional:--> <ns2:CIFNo>69</ns2:CIFNo> <ns2:FacilityCode>7710</ns2:FacilityCode> <!--Optional:--> <ns2:Seq>778000000163</ns2:Seq> </ns:FacilityInfo> </ns:BodyReqDelete> </ns:FacilityDeleteReq> </soap:Body> </soap:Envelope> <!--Response--> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <ns0:FacilityDeleteRes xmlns:ns0="http://www.bidv.com/global/vn/loan/creditfacility/facility/delete/1.0"> <ns1:Header xmlns:ns="http://www.bidv.com/global/vn/loan/creditfacility/facility/delete/1.0" xmlns:ns2="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns3="http://www.bidv.com/global/common/bank/1.0"> <ns1:Common> <ns1:BusinessDomain>1</ns1:BusinessDomain> <ns1:ServiceVersion>1.0</ns1:ServiceVersion> <ns1:MessageId>none</ns1:MessageId> <ns1:MessageTimestamp>2022-07-14T10:39:11.721+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:BodyResDelete> <ns:FacilityInfo xmlns:ns="http://www.bidv.com/global/vn/loan/creditfacility/facility/delete/1.0" xmlns:ns2="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0" xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ns3="http://www.bidv.com/global/common/bank/1.0"> <ns2:AppNo>69</ns2:AppNo> <ns2:CIFNo>69</ns2:CIFNo> <ns2:FacilityCode>7710</ns2:FacilityCode> <ns2:Seq>778000000163</ns2:Seq> </ns:FacilityInfo> </ns0:BodyResDelete> </ns0:FacilityDeleteRes> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
Editor is loading...