TRCVO02401.xml 1.3 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVO02401">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetVOCForceEndData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="sndacptseq">
  10. <column id="sndacptdd" desc="접수일자" ref="sndacptdd"/>
  11. <column id="sndacptseq" type="int" desc="접수번호" ref="sndacptseq"/>
  12. <column id="sndrgstseq" type="int" desc="등록번호" ref="sndrgstseq"/>
  13. </table>
  14. </input>
  15. <output path="root/vocdata" type="xml">
  16. <table id="enddata" count_ref="enddata">
  17. <column id="acptseq" desc="접수번호" ref="enddata.acptseq"/>
  18. <column id="acptdd" desc="접수일자" ref="enddata.acptdd"/>
  19. <column id="rgstseq" desc="부서접수번호" ref="enddata.rgstseq"/>
  20. <column id="forceendreasoncnts" type="cdata" desc="임의종결사유" ref="enddata.forceendreasoncnts"/>
  21. <column id="forceendyn" desc="임의종결여부" ref="enddata.forceendyn"/>
  22. <column id="forceenddt" desc="임의종결일시" ref="enddata.forceenddt"/>
  23. <column id="forceendid" desc="임의종결자" ref="enddata.forceendid"/>
  24. </table>
  25. </output>
  26. </submit>