TRCPC00501.xml 1.5 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCPC00501">
  3. <action url="svc://local"
  4. target="crmapp.Campain"
  5. interface="himed.his.crm.crmapp.campain.Campain"
  6. method="reqGetCmpnList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="cmpncd">
  10. <column id="cmpncd" desc="캠페인코드" ref="cmpncd"/>
  11. <column id="cmpnnm" desc="캠페인이름" ref="cmpnnm"/>
  12. <column id="cmpnsmlcd" desc="캠페인소분류코드" ref="cmpnsmlcd"/>
  13. </table>
  14. </input>
  15. <output path="root" type="xml">
  16. <table id="cmpnlist" count_ref="cmpnlist">
  17. <column id="cmpncd" type="string" desc="캠페인코드" ref="cmpnlist.cmpncd"/>
  18. <column id="cmpnnm" type="string" desc="캠페인이름" ref="cmpnlist.cmpnnm"/>
  19. <column id="cmpnsmlnm" type="string" desc="캠페인소분류이름" ref="cmpnlist.cmpnsmlnm"/>
  20. <column id="cmpnmdlnm" type="string" desc="캠페인중분류이름" ref="cmpnlist.cmpnmdlnm"/>
  21. <column id="cmpnlrgnm" type="string" desc="캠페인대분류이름" ref="cmpnlist.cmpnlrgnm"/>
  22. <column id="cmpnsmlcd" type="int" desc="캠페인소분류코드" ref="cmpnlist.cmpnsmlcd"/>
  23. <column id="cmpnmdlcd" type="int" desc="캠페인중분류코드" ref="cmpnlist.cmpnmdlcd"/>
  24. <column id="cmpnlrgcd" type="int" desc="캠페인대분류코드" ref="cmpnlist.cmpnlrgcd"/>
  25. </table>
  26. </output>
  27. </submit>