TRCNS00302.xml 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCNS00302">
  3. <action url="svc://local"
  4. target="chnlmngtapp.ChnlMngt"
  5. interface="himed.his.crm.chnlmngtapp.chnlmngt.ChnlMngt"
  6. method="reqGetAprvList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="rgstfromdd">
  10. <column id="rgstfromdd" desc="등록일 조회시작일" ref="rgstfromdd"/>
  11. <column id="rgsttodd" desc="등록일 조회종료일" ref="rgsttodd"/>
  12. <column id="aprvflag" desc="승인여부" ref="aprvflag"/>
  13. <column id="sanctflag" desc="결재구분" ref="sanctflag"/>
  14. <column id="aprvdtfrom" desc="승인일 조회시작일" ref="aprvdtfrom"/>
  15. <column id="aprvdtto" desc="승인일 조회종료일" ref="aprvdtto"/>
  16. </table>
  17. </input>
  18. <output path="root" type="xml">
  19. <table id="aprvlist" count_ref="aprvlist">
  20. <column id="fstrgstdt" type="string" desc="등록일자" ref="aprvlist.fstrgstdt"/>
  21. <column id="aprvreqsmmcnts" type="string" desc="승인요청정보" ref="aprvlist.aprvreqsmmcnts"/>
  22. <column id="sanctflag" type="string" desc="결재구분" ref="aprvlist.sanctflag"/>
  23. <column id="aprvflag" type="string" desc="승인여부" ref="aprvlist.aprvflag"/>
  24. <column id="aprvdt" type="string" desc="승인일" ref="aprvlist.aprvdt"/>
  25. <column id="aprvcd" type="string" desc="승인코드" ref="aprvlist.aprvcd"/>
  26. <column id="cnt" type="string" desc="건수" ref="aprvlist.cnt"/>
  27. <column id="fstrgstrid" type="string" desc="등록자" ref="aprvlist.fstrgstrid"/>
  28. <column id="fstrgstrnm" type="string" desc="등록자이름" ref="aprvlist.fstrgstrnm"/>
  29. </table>
  30. </output>
  31. </submit>