1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSC00201">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetCmpnYearList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchyear1">
- <column id="srchyear1" desc="실행일자 조회연도" ref="srchyear1"/>
- <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="basemm" desc="기준월" ref="cmpnlist.basemm"/>
- <column id="cmpnallcount" desc="실행고객수" ref="cmpnlist.cmpnallcount"/>
- <column id="choscnfmcount" desc="응답고객수" ref="cmpnlist.choscnfmcount"/>
- </table>
- </output>
- </submit>
|