12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00405">
- <action url="svc://local"
- target="clntmngtapp.ClntMngt"
- interface="himed.his.crm.clntmngtapp.clntmngt.ClntMngt"
- method="reqGetMemo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="sndpid">
- <column id="sndpid" desc="등록번호" ref="sndpid"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="memogrid" count_ref="memogrid">
- <column id="memodayflag" desc="기념일" ref="memogrid.memodayflag"/>
- <column id="memotypeflag" desc="형식" ref="memogrid.memotypeflag"/>
- <column id="memodd" desc="기념일" ref="memogrid.memodd"/>
- <column id="ownrela" desc="관계" ref="memogrid.ownrela"/>
- <column id="lunarsolarflag" desc="음력" ref="memogrid.lunarsolarflag"/>
- <column id="noticncttel1" desc="연락처1" ref="memogrid.noticncttel1"/>
- <column id="noticncttel2" desc="연락처2" ref="memogrid.noticncttel2"/>
- <column id="msgcnts" desc="내용" ref="memogrid.msgcnts" type="cdata"/>
- <column id="basedaybfatflag" desc="전후" ref="memogrid.basedaybfatflag"/>
- <column id="delivehour" desc="시간" ref="memogrid.delivehour"/>
- <column id="delivemnt" desc="분" ref="memogrid.delivemnt"/>
- <column id="memouseyn" desc="사용여부" ref="memogrid.memouseyn"/>
- <column id="pid" desc="PID" ref="memogrid.pid"/>
- <column id="memodayseq" type="int" desc="번호" ref="memogrid.memodayseq"/>
- </table>
- </output>
- </submit>
|