1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCDT00110">
- <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="cmpnmdlcd">
- <column id="cmpnsmlcd" desc="캠페인소그룹코드" ref="cmpnsmlcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="cmpnlist" count_ref="cmpnlist">
- <column id="cmpnsmlnm" type="string" desc="캠페인소분류이름" ref="cmpnlist.cmpnsmlnm"/>
- <column id="cmpnnm" type="string" desc="캠페인이름" ref="cmpnlist.cmpnnm"/>
- <column id="cmpncd" type="string" desc="캠페인코드" ref="cmpnlist.cmpncd"/>
- </table>
- </output>
- </submit>
|