TRCSC00202.xml 1.3 KB

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