12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVS00301">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetVOCNoReplyList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchacptdd1">
- <column id="srchacptdd1" desc="접수일자 조회시작일" ref="srchacptdd1"/>
- <column id="srchacptdd2" desc="접수일자 조회종료일" ref="srchacptdd2"/>
- <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
- <column id="srchdeptnm" desc="담당부서 이름" ref="srchdeptnm"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="data" count_ref="data">
- <column id="acptseq" desc="접수번호" ref="data.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="data.acptdd"/>
- <column id="acpttype" desc="접수형태" ref="data.acpttype"/>
- <column id="deptnm" desc="담당부서" ref="data.deptnm"/>
- <column id="deptcd" desc="담당부서코드" ref="data.deptcd"/>
- <column id="replreqdd" desc="회신요청일" ref="data.replreqdd"/>
- <column id="replacptdd" desc="접수확인일" ref="data.replacptdd"/>
- <column id="repldd" desc="회신일" ref="data.repldd"/>
- <column id="acpttitl" desc="제목" ref="data.acpttitl"/>
- <column id="acptkindlrg" desc="접수종류" ref="data.acptkindlrg"/>
- <column id="rgstseq" desc="등록순서" ref="data.rgstseq"/>
- <column id="allcount" desc="요청횟수" ref="data.allcount"/>
- <column id="notcount" desc="미회신횟수" ref="data.notcount"/>
- <column id="nodays" desc="미회신기간" ref="data.nodays"/>
- </table>
- </output>
- </submit>
|