12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00302">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpnmngt.CmpnMngt"
- method="reqGetCmpnList">
- </action>
- <input type="urlencoded">
- <table id="srchreq" count_ref="cmpnsmlcd">
- <column id="cmpnlrgcd" type="int" desc="캠페인대분류" ref="cmpnlrgcd"/>
- <column id="cmpnmdlcd" type="int" desc="캠페인중분류" ref="cmpnmdlcd"/>
- <column id="cmpnsmlcd" type="int" desc="캠페인소분류" ref="cmpnsmlcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="cmpnlist" count_ref="cmpnlist">
- <column id="cmpnnm" type="string" desc="캠페인명" ref="cmpnlist.cmpnnm"/>
- <column id="cmpnexecattr" type="string" desc="캠페인속성" ref="cmpnlist.cmpnexecattr"/>
- <column id="trsmtrgtflag" type="string" desc="전송대상구분" ref="cmpnlist.trsmtrgtflag"/>
- <column id="nextcmpncd" type="string" desc="연결캠페인" ref="cmpnlist.nextcmpncd"/>
- <column id="execcnt" type="int" desc="최종실행건수" ref="cmpnlist.execcnt"/>
- <column id="fstrgstdt" type="string" desc="등록일" ref="cmpnlist.fstrgstdt"/>
- <column id="lastupdtdt" type="string" desc="최종수정일시" ref="cmpnlist.lastupdtdt"/>
- <column id="execdt" type="string" desc="최종실행일시" ref="cmpnlist.execdt"/>
- <column id="rgstdeptnm" type="string" desc="등록부서" ref="cmpnlist.rgstdeptnm"/>
- <column id="usernm" type="string" desc="등록자" ref="cmpnlist.usernm"/>
- <column id="aprvyn" type="string" desc="승인여부" ref="cmpnlist.aprvyn"/>
- <column id="cmpncd" type="string" desc="캠페인코드" ref="cmpnlist.cmpncd"/>
- </table>
- </output>
- </submit>
|