12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00401">
- <action url="svc://local"
- target="crmapp.Campain"
- interface="himed.his.crm.crmapp.campain.Campain"
- method="reqGetCmpnLrgCd">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="refauth">
- <column id="refauth" desc="조회권한" ref="refauth"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="cmpnlrggrup" count_ref="cmpnlrggrup">
- <column id="cmpnlrgcd" type="int" desc="캠페인대분류코드" ref="cmpnlrggrup.cmpnlrgcd"/>
- <column id="cmpnlrgnm" type="string" desc="캠페인대분류이름" ref="cmpnlrggrup.cmpnlrgnm"/>
- </table>
- </output>
- </submit>
|