1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00108">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnClsMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpnclsmngt.CmpnClsMngt"
- method="reqGetTrgtCmpnGrup">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="cmpnlrgcd">
- <column id="cmpnlrgcd" desc="캠페인대그룹코드" ref="cmpnlrgcd"/>
- <column id="cmpnmdlcd" desc="캠페인중그룹코드" ref="cmpnmdlcd"/>
- <column id="cmpnsmlcd" desc="캠페인소그룹코드" ref="cmpnsmlcd"/>
- </table>
- </input>
- <output path="root/trgtgrup" 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>
- <table id="cmpnmdlgrup" count_ref="cmpnmdlgrup">
- <column id="cmpnmdlcd" type="int" desc="캠페인중분류코드" ref="cmpnmdlgrup.cmpnmdlcd"/>
- <column id="cmpnmdlnm" type="string" desc="캠페인중분류이름" ref="cmpnmdlgrup.cmpnmdlnm"/>
- </table>
- <table id="cmpnsmlgrup" count_ref="cmpnsmlgrup">
- <column id="cmpnsmlcd" type="int" desc="캠페인소분류코드" ref="cmpnsmlgrup.cmpnsmlcd"/>
- <column id="cmpnsmlnm" type="string" desc="캠페인소분류이름" ref="cmpnsmlgrup.cmpnsmlnm"/>
- </table>
- </output>
- </submit>
|