TRCCN00101.xml 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCCN00101">
  3. <action url="svc://local"
  4. target="crmapp.Common"
  5. interface="himed.his.crm.crmapp.common.Common"
  6. method="reqGetMsgList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="msglrgcd">
  10. <column id="msgmdlcd" type="int" desc="메시지중분류코드" ref="msgmdlcd"/>
  11. <column id="chnlflag" desc="채널구분" ref="chnlflag"/>
  12. </table>
  13. </input>
  14. <output path="root" type="xml">
  15. <table id="msgsmllist" count_ref="msgsmllist">
  16. <column id="msgsmlcd" type="string" desc="메시지소분류코드" ref="msgsmllist.msgsmlcd"/>
  17. <column id="msgcnts" type="cdata" desc="SMS메시지내용" ref="msgsmllist.msgcnts"/>
  18. <column id="smstrsmcntcno" type="string" desc="SMS전송자연락처번호" ref="msgsmllist.smstrsmcntcno"/>
  19. <column id="emailtitl" type="cdata" desc="이메일제목" ref="msgsmllist.emailtitl"/>
  20. <column id="dmtitl" type="cdata" desc="DM제목" ref="msgsmllist.dmtitl"/>
  21. </table>
  22. </output>
  23. </submit>