1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSN00401">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetEmailYearList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchyear1">
- <column id="srchyear1" desc="전송일자 조회연도" ref="srchyear1"/>
- <column id="srchbizflag" desc="업무구분" ref="srchbizflag"/>
- <column id="srchbizdetlcd" desc="업무구분 상세" ref="srchbizdetlcd"/>
- <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
- <column id="srchdeptnm" desc="담당부서 이름" ref="srchdeptnm"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="emaillist" count_ref="emaillist">
- <column id="bizmonth" desc="월별" ref="emaillist.bizmonth"/>
- <column id="allcount" desc="전송건수" ref="emaillist.allcount"/>
- </table>
- </output>
- </submit>
|