12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVT00101">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetChfDeptList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="searchterm">
- <column id="searchterm" desc="부서명" ref="searchterm"/>
- <column id="searchempnm" desc="담당자명" ref="searchempnm"/>
- <column id="searchchfempnm" desc="부서장명" ref="searchchfempnm"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="voclist" count_ref="voclist">
- <column id="instnm" desc="기관명" ref="voclist.instnm"/>
- <column id="deptnm" desc="부서명" ref="voclist.deptnm"/>
- <column id="psnworksupdeptnm" desc="상위부서" ref="voclist.psnworksupdeptnm"/>
- <column id="empnm" desc="담당자" ref="voclist.empnm"/>
- <column id="emptelno" desc="담당자 전화번호" ref="voclist.emptelno"/>
- <column id="chfempnm" desc="부서장" ref="voclist.chfempnm"/>
- <column id="chfdeptnm" desc="부서장부서" ref="voclist.chfdeptnm"/>
- <column id="chfdeptcd" desc="부서장부서코드" ref="voclist.chfdeptcd"/>
- <column id="chfemptelno" desc="부서장전화번호" ref="voclist.chfemptelno"/>
- <column id="psnworksupdeptcd" desc="인사상위부서" ref="voclist.psnworksupdeptcd"/>
- <column id="empid" desc="담당자ID" ref="voclist.empid"/>
- <column id="empmobile" desc="담당자핸드폰" ref="voclist.empmobile"/>
- <column id="chfempid" desc="인사상위부서" ref="voclist.chfempid"/>
- <column id="groupdeptcd" desc="그룹코드" ref="voclist.groupdeptcd"/>
- <column id="fstrgstrnm" desc="등록자" ref="voclist.fstrgstrnm"/>
- <column id="lastupdtrnm" desc="수정자" ref="voclist.lastupdtrnm"/>
- <column id="deptcd" desc="부서코드" ref="voclist.deptcd"/>
- <column id="rgstseq" type="int" desc="등록순서" ref="voclist.rgstseq"/>
- </table>
- </output>
- </submit>
|