1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00801">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnTrgtMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpntrgtmngt.CmpnTrgtMngt"
- method="reqGetInnrGrupList">
- </action>
- <input type="urlencoded">
- </input>
- <output path="root/innrgrupinfo" type="xml">
- <table id="indgruplist" count_ref="indgruplist">
- <column id="indgrupid" type="int" desc="내부고객그룹ID" ref="indgruplist.indgrupid"/>
- <column id="indgrupnm" type="String" desc="내부고객그룹명" ref="indgruplist.indgrupnm"/>
- </table>
- <table id="deptgruplist" count_ref="deptgruplist">
- <column id="deptgrupid" type="int" desc="내부고객그룹ID" ref="deptgruplist.deptgrupid"/>
- <column id="deptgrupnm" type="String" desc="내부고객그룹명" ref="deptgruplist.deptgrupnm"/>
- </table>
- </output>
- </submit>
|