123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCCN00301">
- <action url="svc://local"
- target="crmapp.Common"
- interface="himed.his.crm.crmapp.common.Common"
- method="reqGetDMInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="msgsmlcd">
- <column id="msgsmlcd" type="int" desc="메시지소분류코드" ref="msgsmlcd"/>
- <column id="chnlflag" desc="채널구분" ref="chnlflag"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="dmattr" count_ref="dmattr">
- <column id="msgsmlcd" type="int" desc="메시지소분류코드" ref="dmattr.msgsmlcd"/>
- <column id="dmtitl" desc="DM제목" ref="dmattr.dmtitl"/>
- <column id="dmbdtext" type="cdata" desc="DM본문내용" ref="dmattr.dmbdtext"/>
- <column id="dmsigntext" type="cdata" desc="DM서명내용" ref="dmattr.dmsigntext"/>
- <column id="msglrgcd" type="int" desc="메시지대분류코드" ref="dmattr.msglrgcd"/>
- <column id="msgmdlcd" type="int" desc="메시지중분류코드" ref="dmattr.msgmdlcd"/>
- <column id="replzipcd1" desc="DM발송우편번호" ref="dmattr.replzipcd1"/>
- <column id="replzipcd2" desc="DM발송우편번호" ref="dmattr.replzipcd2"/>
- <column id="replzipcdseq" desc="DM발송우편번호순서" ref="dmattr.replzipcdseq"/>
- <column id="replzipcdaddr" desc="DM발송우편번호주소" ref="dmattr.replzipcdaddr"/>
- <column id="repldetladdr" type="cdata" desc="DM발송상세주소" ref="dmattr.repldetladdr"/>
- <column id="replnm" desc="DM발송인정보" ref="dmattr.replnm"/>
- </table>
- </output>
- </submit>
|