123456789101112131415161718192021 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00301">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnClsMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpnclsmngt.CmpnClsMngt"
- method="reqGetCmpnTreeView">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="refauth">
- <column id="refauth" desc="조회권한" ref="refauth"/>
- </table>
- </input>
- <output path="root/cmpntreeinfo" type="xml">
- <table id="cmpntreelist" count_ref="cmpntreelist">
- <column id="cmpnnm" type="string" desc="캠페인분류제목" ref="cmpntreelist.cmpnnm"/>
- <column id="depth" type="string" desc="계층구조" ref="cmpntreelist.depth"/>
- <column id="cmpnsmlcd" type="int" desc="캠페인소분류코드" ref="cmpntreelist.cmpnsmlcd"/>
- <column id="cmpnallcd" type="int" desc="캠페인코드결합" ref="cmpntreelist.cmpnallcd"/>
- </table>
- </output>
- </submit>
|