FacilityCollinkage_Delete (1.1)

 avatar
user_7960536912
xml
2 years ago
3.5 kB
5
Indexable
<!-- req -->
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header />
    <SOAP-ENV:Body>
        <ns2:FacilityCollLinkageDeleteReq xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns6="http://www.bidv.com/global/common/account/1.0" xmlns:ns5="http://www.bidv.com/global/vn/loan/collateral/collateralcommon/1.0" xmlns:ns2="http://www.bidv.com/global/vn/loan/facilitycolllinkage/delete/1.0" xmlns:ns4="http://www.bidv.com/global/common/bank/1.0" xmlns:ns3="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.1</ServiceVersion>
                    <MessageId>124d02de-aac4-484e-a52a-b6f3d8844b8f</MessageId>
                    <MessageTimestamp>2022-10-18T15:21:13.805+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS-2020-DA-012</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqDelete>
                <ns2:TellerID>1</ns2:TellerID>
                <ns2:FacilityInfo>
                    <ns3:AppNo>55</ns3:AppNo>
                    <ns3:FacilityCode>8097</ns3:FacilityCode>
                    <ns3:Seq>805003855330</ns3:Seq>
                </ns2:FacilityInfo>
                <ns2:CollateralInfo>
                    <ns5:ID>2</ns5:ID>
                </ns2:CollateralInfo>
            </ns2:BodyReqDelete>
        </ns2:FacilityCollLinkageDeleteReq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:FacilityCollLinkageDeleteRes xmlns:ns0="http://www.bidv.com/global/vn/loan/facilitycolllinkage/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.1</ns1:ServiceVersion>
            <ns1:MessageId>124d02de-aac4-484e-a52a-b6f3d8844b8f</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-18T15:19:47.18+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>RLOS-2020-DA-012</ns1:SourceAppID>
        </ns1:Client>
    </ns1:Header>
    <ns1:ResponseStatus xmlns:ns1="http://www.bidv.com/common/envelope/commonheader/1.0">
        <ns1:Status>1</ns1:Status>
        <ns1:GlobalErrorCode>400</ns1:GlobalErrorCode>
        <ns1:GlobalErrorDescription>Error in Backend</ns1:GlobalErrorDescription>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>IFX</ns1:SourceAppID>
            <ns1:ErrorCode>100</ns1:ErrorCode>
            <ns1:ErrorDesc>TP en_US 100  General Error</ns1:ErrorDesc>
        </ns1:ErrorInfo>
        <ns1:ErrorInfo>
            <ns1:SourceAppID>Core</ns1:SourceAppID>
            <ns1:ErrorCode>1073742945</ns1:ErrorCode>
            <ns1:ErrorDesc>No Records were affected.</ns1:ErrorDesc>
        </ns1:ErrorInfo>
    </ns1:ResponseStatus>
    <ns0:BodyResDelete>
        <ns0:FacilityInfo>
            <ns1:AppNo xmlns:ns1="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0" />
            <ns1:FacilityCode xmlns:ns1="http://www.bidv.com/global/vn/loan/creditfacility/facilitycommon/1.0" />
        </ns0:FacilityInfo>
        <ns0:CollateralInfo />
    </ns0:BodyResDelete>
</ns0:FacilityCollLinkageDeleteRes>
Editor is loading...