123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSC00202">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetCmpnMonthList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchyear2">
- <column id="srchyear2" desc="실행일자 조회연도2" ref="srchyear2"/>
- <column id="srchmonth" desc="실행일자 조회월" ref="srchmonth"/>
- <column id="srchcmpncd" desc="캠페인 코드" ref="srchcmpncd"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="cmpnlist" count_ref="cmpnlist">
- <column id="cmpncd" desc="캠페인 코드" ref="cmpnlist.cmpncd"/>
- <column id="cmpnnm" desc="캠페인 명" ref="cmpnlist.cmpnnm"/>
- <column id="rgstdeptcd" desc="담당부서 코드" ref="cmpnlist.rgstdeptcd"/>
- <column id="rgstdeptnm" desc="담당부서 명" ref="cmpnlist.rgstdeptnm"/>
- <column id="cmpnexecdd" desc="최초 실행일" ref="cmpnlist.cmpnexecdd"/>
- <column id="basedd" desc="기준날짜" ref="cmpnlist.basedd"/>
- <column id="cmpnallcount" desc="실행고객수" ref="cmpnlist.cmpnallcount"/>
- <column id="choscnfmcount" desc="응답고객수" ref="cmpnlist.choscnfmcount"/>
- </table>
- </output>
- </submit>
|