1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCCP00101">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnTrgtMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpntrgtmngt.CmpnTrgtMngt"
- method="reqInsCmpnTrgt">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="cmpncd">
- <column id="cmpncd" desc="캠페인코드" ref="cmpncd"/>
- <column id="existflag" desc="고객존재시" ref="existflag"/>
- <column id="baseflag" desc="적용기준일" ref="baseflag"/>
- <column id="spcldd" desc="특정일자" ref="spcldd"/>
- <column id="bizflag" desc="업무구분" ref="bizflag"/>
- </table>
- <table id="clntlist" count_ref="clntlist">
- <column id="pid" desc="등록번호" ref="clntlist.pid"/>
- <column id="chosdd" desc="최종내원일" ref="clntlist.chosdd"/>
- </table>
- </input>
- <output path="root/temp" type="xml">
- <table id="ret" count_ref="result">
- <column id="msg" type="string" desc="결과" ref="result.msg" />
- </table>
- </output>
- </submit>
|