12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCVT00202">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqSetGrpDeptData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="groupcd">
- <column id="groupcd" desc="그룹코드" ref="groupcd"/>
- <column id="deptno" desc="하위부서일련번호" ref="deptno"/>
- <column id="groupnm" desc="그룹명" ref="groupnm"/>
- <column id="deptnm" desc="하위부서명" ref="deptnm"/>
- <column id="deptcd" desc="하위부서코드" ref="deptcd"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- </output>
- </submit>
|