GLCreateBatch_Add2Batch
unknown
xml
3 years ago
2.7 kB
10
Indexable
<!--req-->
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:sch="http://www.tibco.com/schemas/BIDV_SOA_TT/SharedResource/Schema/Global/Vn/GL/GLTran/Schema.xsd" xmlns:ns="http://www.bidv.com/common/envelope/commonheader/1.0">
<soap:Header/>
<soap:Body>
<sch:ReqCreate>
<ns:Header>
<ns:Common>
<ns:BusinessDomain>BIDV.COM.VN</ns:BusinessDomain>
<ns:ServiceVersion>1.0</ns:ServiceVersion>
<ns:MessageId>${=java.util.UUID.randomUUID()}</ns:MessageId>
<ns:MessageTimestamp>${=new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss").format(new Date())}</ns:MessageTimestamp>
</ns:Common>
<ns:Client>
<ns:SourceAppID>DKTT</ns:SourceAppID>
</ns:Client>
</ns:Header>
<sch:BodyReqCreate>
<sch:GLBranch>990000</sch:GLBranch>
<sch:Curr>VND</sch:Curr>
<sch:TellerID>1</sch:TellerID>
<!--Optional:-->
<sch:BatchNum>2Na-7bhUdL6wV</sch:BatchNum>
<!--Optional:-->
<sch:GLAcctno>829999999</sch:GLAcctno>
<!--Optional:-->
<sch:DORC>0</sch:DORC>
<!--Optional:-->
<sch:Amount>100000</sch:Amount>
<!--Optional:-->
<sch:TnxRef>26052212009002000192</sch:TnxRef>
<!--Optional:-->
<sch:Remark>Remark</sch:Remark>
<sch:TnxBrn>90001</sch:TnxBrn>
</sch:BodyReqCreate>
</sch:ReqCreate>
</soap:Body>
</soap:Envelope>
<!--res-->
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<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>56dcc6c3-3316-4b0e-a054-9c4f65442f41</ns1:MessageId>
<ns1:MessageTimestamp>2022-10-28T17:31:57</ns1:MessageTimestamp>
</ns1:Common>
<ns1:Client>
<ns1:SourceAppID>DKTT</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>2Na-7bhUdL6wV</ns0:BatchNum>
</ns0:BodyResCreate>
</ns0:ResCreate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>Editor is loading...