12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00101">
- <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="cmpnnm">
- <column id="rgstfromdd" desc="등록일시작" ref="rgstfromdd"/>
- <column id="rgsttodd" desc="등록일종료" ref="rgsttodd"/>
- <column id="cmpnnm" desc="캠페인명" ref="cmpnnm"/>
- <column id="fstrgstrid" desc="등록자" ref="rgstr"/>
- <column id="cmpnexecattr" desc="캠페인속성" ref="cmpnflag"/>
- </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="rgstdeptcd" type="string" desc="등록부서코드" ref="cmpnlist.rgstdeptcd"/>
- <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>
|