TRCPC00101.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCPC00101">
  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="cmpnnm">
  10. <column id="rgstfromdd" desc="등록일시작" ref="rgstfromdd"/>
  11. <column id="rgsttodd" desc="등록일종료" ref="rgsttodd"/>
  12. <column id="cmpnnm" desc="캠페인명" ref="cmpnnm"/>
  13. <column id="fstrgstrid" desc="등록자" ref="rgstr"/>
  14. <column id="cmpnexecattr" desc="캠페인속성" ref="cmpnflag"/>
  15. </table>
  16. </input>
  17. <output path="root" type="xml">
  18. <table id="cmpnlist" count_ref="cmpnlist">
  19. <column id="cmpnnm" type="string" desc="캠페인명" ref="cmpnlist.cmpnnm"/>
  20. <column id="cmpnexecattr" type="string" desc="캠페인속성" ref="cmpnlist.cmpnexecattr"/>
  21. <column id="trsmtrgtflag" type="string" desc="전송대상구분" ref="cmpnlist.trsmtrgtflag"/>
  22. <column id="nextcmpncd" type="string" desc="연결캠페인" ref="cmpnlist.nextcmpncd"/>
  23. <column id="execcnt" type="int" desc="최종실행건수" ref="cmpnlist.execcnt"/>
  24. <column id="fstrgstdt" type="string" desc="등록일" ref="cmpnlist.fstrgstdt"/>
  25. <column id="lastupdtdt" type="string" desc="최종수정일시" ref="cmpnlist.lastupdtdt"/>
  26. <column id="execdt" type="string" desc="최종실행일시" ref="cmpnlist.execdt"/>
  27. <column id="rgstdeptnm" type="string" desc="등록부서" ref="cmpnlist.rgstdeptnm"/>
  28. <column id="rgstdeptcd" type="string" desc="등록부서코드" ref="cmpnlist.rgstdeptcd"/>
  29. <column id="usernm" type="string" desc="등록자" ref="cmpnlist.usernm"/>
  30. <column id="aprvyn" type="string" desc="승인여부" ref="cmpnlist.aprvyn"/>
  31. <column id="cmpncd" type="string" desc="캠페인코드" ref="cmpnlist.cmpncd"/>
  32. </table>
  33. </output>
  34. </submit>