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