1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVE01101">
- <action url="svc://local"
- target="vocmngtapp.VocMngt"
- interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
- method="reqGetVOCStat1List">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchacptdd1">
- <column id="srchacptdd1" desc="접수일자 조회시작일" ref="srchacptdd1"/>
- <column id="srchacptdd2" desc="접수일자 조회종료일" ref="srchacptdd2"/>
- <column id="srchclntnm" desc="민원인명" ref="srchclntnm"/>
- <column id="srchbirthday" desc="주민번호 앞자리" ref="srchbirthday"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="data" count_ref="data">
- <column id="clntnm" desc="고객명" ref="data.clntnm"/>
- <column id="resdnrgstno1" desc="주민번호" ref="data.resdnrgstno1"/>
- <column id="allcount" desc="요청건수" ref="data.allcount"/>
- <column id="qcount" desc="문의건수" ref="data.qcount"/>
- <column id="scount" desc="건의건수" ref="data.scount"/>
- <column id="pcount" desc="칭찬건수" ref="data.pcount"/>
- <column id="ccount" desc="불만건수" ref="data.ccount"/>
- <column id="notcount" desc="미완료건수" ref="data.notcount"/>
- <column id="endcount" desc="완료건수" ref="data.endcount"/>
- </table>
- </output>
- </submit>
|