TRICR01402.xml 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01402">
  3. <action url="svc://local"
  4. target="crccsubjapp.CrccSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.crccsubjmngt.CrccSubjMngt"
  6. method="reqGetSubjPerChgrInfoList"
  7. desc="담당자 조회"/>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="srchreqinstcd">
  10. <column id="srchreqinstcd" desc="사업자등록번호" ref="srchreqinstcd"/>
  11. </table>
  12. </input>
  13. <output path="root/reqchrginfo" type="xml">
  14. <table id="item" count_ref="item" >
  15. <column id="perchgrid" desc="담당자ID" type="cdata" ref="item.perchgrid"/>
  16. <column id="nm" desc="성명" type="cdata" ref="item.nm"/>
  17. <column id="pwd" desc="비밀번호" type="cdata" ref="item.pwd"/>
  18. <column id="posnm" desc="소속" type="cdata" ref="item.posnm"/>
  19. <column id="jobposnm" desc="직위" type="cdata" ref="item.jobposnm"/>
  20. <column id="cntctelno" desc="연락처" type="cdata" ref="item.cntctelno"/>
  21. <column id="email" desc="이메일" type="cdata" ref="item.email"/>
  22. <column id="faxno" desc="팩스번호" type="cdata" ref="item.faxno"/>
  23. <column id="mpphonno" desc="휴대폰번호" type="cdata" ref="item.mpphonno"/>
  24. <column id="reqinstcd" desc="사업자등록번호" type="cdata" ref="item.reqinstcd"/>
  25. <column id="authendyn" desc="권한종료여부" ref="item.authendyn"/>
  26. </table>
  27. </output>
  28. </submit>