TRCSC00201.xml 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCSC00201">
  3. <action url="svc://local"
  4. target="statsmngtapp.StatsMngt"
  5. interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
  6. method="reqGetCmpnYearList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="srchyear1">
  10. <column id="srchyear1" desc="실행일자 조회연도" ref="srchyear1"/>
  11. <column id="srchcmpncd" desc="캠페인 코드" ref="srchcmpncd"/>
  12. </table>
  13. </input>
  14. <output path="root/list" type="xml">
  15. <table id="cmpnlist" count_ref="cmpnlist">
  16. <column id="cmpncd" desc="캠페인 코드" ref="cmpnlist.cmpncd"/>
  17. <column id="cmpnnm" desc="캠페인 명" ref="cmpnlist.cmpnnm"/>
  18. <column id="rgstdeptcd" desc="담당부서 코드" ref="cmpnlist.rgstdeptcd"/>
  19. <column id="rgstdeptnm" desc="담당부서 명" ref="cmpnlist.rgstdeptnm"/>
  20. <column id="cmpnexecdd" desc="최초 실행일" ref="cmpnlist.cmpnexecdd"/>
  21. <column id="basemm" desc="기준월" ref="cmpnlist.basemm"/>
  22. <column id="cmpnallcount" desc="실행고객수" ref="cmpnlist.cmpnallcount"/>
  23. <column id="choscnfmcount" desc="응답고객수" ref="cmpnlist.choscnfmcount"/>
  24. </table>
  25. </output>
  26. </submit>