12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCPC00403">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnClsMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpnclsmngt.CmpnClsMngt"
- method="reqSaveCmpnSmlList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="cmpnsmllist">
- <column id="status" desc="처리구분" ref="cmpnsmllist.m"/>
- <column id="cmpnsmlcd" type="int" desc="캠페인소분류코드" ref="cmpnsmllist.cmpnsmlcd"/>
- <column id="cmpnsmlnm" type="string" desc="캠페인소분류이름" ref="cmpnsmllist.cmpnsmlnm"/>
- <column id="cmpnmdlcd" type="int" desc="캠페인중분류코드" ref="cmpnsmllist.cmpnmdlcd"/>
- <column id="cmpnlrgcd" type="int" desc="캠페인대분류코드" ref="cmpnsmllist.cmpnlrgcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- </output>
- </submit>
|