TRCPC00302.xml 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCPC00302">
  3. <action url="svc://local"
  4. target="cmpnmngtapp.CmpnMngt"
  5. interface="himed.his.crm.cmpnmngtapp.cmpnmngt.CmpnMngt"
  6. method="reqGetCmpnList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="srchreq" count_ref="cmpnsmlcd">
  10. <column id="cmpnlrgcd" type="int" desc="캠페인대분류" ref="cmpnlrgcd"/>
  11. <column id="cmpnmdlcd" type="int" desc="캠페인중분류" ref="cmpnmdlcd"/>
  12. <column id="cmpnsmlcd" type="int" desc="캠페인소분류" ref="cmpnsmlcd"/>
  13. </table>
  14. </input>
  15. <output path="root" type="xml">
  16. <table id="cmpnlist" count_ref="cmpnlist">
  17. <column id="cmpnnm" type="string" desc="캠페인명" ref="cmpnlist.cmpnnm"/>
  18. <column id="cmpnexecattr" type="string" desc="캠페인속성" ref="cmpnlist.cmpnexecattr"/>
  19. <column id="trsmtrgtflag" type="string" desc="전송대상구분" ref="cmpnlist.trsmtrgtflag"/>
  20. <column id="nextcmpncd" type="string" desc="연결캠페인" ref="cmpnlist.nextcmpncd"/>
  21. <column id="execcnt" type="int" desc="최종실행건수" ref="cmpnlist.execcnt"/>
  22. <column id="fstrgstdt" type="string" desc="등록일" ref="cmpnlist.fstrgstdt"/>
  23. <column id="lastupdtdt" type="string" desc="최종수정일시" ref="cmpnlist.lastupdtdt"/>
  24. <column id="execdt" type="string" desc="최종실행일시" ref="cmpnlist.execdt"/>
  25. <column id="rgstdeptnm" type="string" desc="등록부서" ref="cmpnlist.rgstdeptnm"/>
  26. <column id="usernm" type="string" desc="등록자" ref="cmpnlist.usernm"/>
  27. <column id="aprvyn" type="string" desc="승인여부" ref="cmpnlist.aprvyn"/>
  28. <column id="cmpncd" type="string" desc="캠페인코드" ref="cmpnlist.cmpncd"/>
  29. </table>
  30. </output>
  31. </submit>