GlCreateBatch_Create

 avatar
user_7960536912
xml
3 years ago
2.1 kB
4
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:ReqCreate xmlns="http://www.bidv.com/common/envelope/commonheader/1.0" xmlns:ns2="http://www.tibco.com/schemas/BIDV_SOA_TT/SharedResource/Schema/Global/Vn/GL/GLTran/Schema.xsd">
            <Header>
                <Common>
                    <BusinessDomain>BIDV.COM.VN</BusinessDomain>
                    <ServiceVersion>1.0</ServiceVersion>
                    <MessageId>928b4353-ff3d-42af-a5c2-bdaeb30312fb</MessageId>
                    <MessageTimestamp>2022-10-13T17:05:59.727+07:00</MessageTimestamp>
                </Common>
                <Client>
                    <SourceAppID>RLOS</SourceAppID>
                </Client>
            </Header>
            <ns2:BodyReqCreate>
                <ns2:GLBranch>990000</ns2:GLBranch>
                <ns2:Curr>VND</ns2:Curr>
                <ns2:TellerID>1</ns2:TellerID>
                <ns2:Remark></ns2:Remark>
            </ns2:BodyReqCreate>
        </ns2:ReqCreate>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<!-- res -->
<ns0:ResCreate xmlns:ns0="http://www.tibco.com/schemas/BIDV_SOA_TT/SharedResource/Schema/Global/Vn/GL/GLTran/Schema.xsd">
    <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>928b4353-ff3d-42af-a5c2-bdaeb30312fb</ns1:MessageId>
            <ns1:MessageTimestamp>2022-10-13T17:05:59.727+07:00</ns1:MessageTimestamp>
        </ns1:Common>
        <ns1:Client>
            <ns1:SourceAppID>RLOS</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:BatchNum>5CY-7cymxARYc</ns0:BatchNum>
    </ns0:BodyResCreate>
</ns0:ResCreate>
Editor is loading...