12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00403">
- <action url="svc://local"
- target="crmapp.Campain"
- interface="himed.his.crm.crmapp.campain.Campain"
- method="reqGetCmpnSmlCd">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="cmpnmdlcd">
- <column id="cmpnmdlcd" desc="캠페인중그룹코드" ref="cmpnmdlcd"/>
- <column id="refauth" desc="조회권한" ref="refauth"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="cmpnsmlgrup" count_ref="cmpnsmlgrup">
- <column id="cmpnsmlcd" type="int" desc="캠페인소분류코드" ref="cmpnsmlgrup.cmpnsmlcd"/>
- <column id="cmpnsmlnm" type="string" desc="캠페인소분류이름" ref="cmpnsmlgrup.cmpnsmlnm"/>
- <column id="cmpnmdlcd" type="int" desc="캠페인중분류코드" ref="cmpnsmlgrup.cmpnmdlcd"/>
- <column id="cmpnlrgcd" type="int" desc="캠페인대분류코드" ref="cmpnsmlgrup.cmpnlrgcd"/>
- </table>
- </output>
- </submit>
|