12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSC00101">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetCmpnAllList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchexecdd1">
- <column id="srchexecdd1" desc="실행일자 조회시작일" ref="srchexecdd1"/>
- <column id="srchexecdd2" desc="실행일자 조회종료일" ref="srchexecdd2"/>
- <column id="srchyear1" desc="실행일자 조회연도" ref="srchyear1"/>
- <column id="srchyear2" desc="실행일자 조회연도2" ref="srchyear2"/>
- <column id="srchmonth" desc="실행일자 조회월" ref="srchmonth"/>
- <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
- <column id="srchdeptnm" desc="담당부서 이름" ref="srchdeptnm"/>
- <column id="ptype" desc="조회조건" ref="ptype"/>
- </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="cmpnallcount" desc="실행고객수" ref="cmpnlist.cmpnallcount"/>
- <column id="choscnfmcount" desc="응답고객수" ref="cmpnlist.choscnfmcount"/>
- </table>
- </output>
- </submit>
|