1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCCN00101">
- <action url="svc://local"
- target="crmapp.Common"
- interface="himed.his.crm.crmapp.common.Common"
- method="reqGetMsgList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="msglrgcd">
- <column id="msgmdlcd" type="int" desc="메시지중분류코드" ref="msgmdlcd"/>
- <column id="chnlflag" desc="채널구분" ref="chnlflag"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="msgsmllist" count_ref="msgsmllist">
- <column id="msgsmlcd" type="string" desc="메시지소분류코드" ref="msgsmllist.msgsmlcd"/>
- <column id="msgcnts" type="cdata" desc="SMS메시지내용" ref="msgsmllist.msgcnts"/>
- <column id="smstrsmcntcno" type="string" desc="SMS전송자연락처번호" ref="msgsmllist.smstrsmcntcno"/>
- <column id="emailtitl" type="cdata" desc="이메일제목" ref="msgsmllist.emailtitl"/>
- <column id="dmtitl" type="cdata" desc="DM제목" ref="msgsmllist.dmtitl"/>
- </table>
- </output>
- </submit>
|