123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01402">
- <action url="svc://local"
- target="crccsubjapp.CrccSubjMngt"
- interface="himed.his.crc.crccsubjapp.crccsubjmngt.CrccSubjMngt"
- method="reqGetSubjPerChgrInfoList"
- desc="담당자 조회"/>
- <input type="urlencoded">
- <table id="req" count_ref="srchreqinstcd">
- <column id="srchreqinstcd" desc="사업자등록번호" ref="srchreqinstcd"/>
- </table>
- </input>
-
- <output path="root/reqchrginfo" type="xml">
- <table id="item" count_ref="item" >
- <column id="perchgrid" desc="담당자ID" type="cdata" ref="item.perchgrid"/>
- <column id="nm" desc="성명" type="cdata" ref="item.nm"/>
- <column id="pwd" desc="비밀번호" type="cdata" ref="item.pwd"/>
- <column id="posnm" desc="소속" type="cdata" ref="item.posnm"/>
- <column id="jobposnm" desc="직위" type="cdata" ref="item.jobposnm"/>
- <column id="cntctelno" desc="연락처" type="cdata" ref="item.cntctelno"/>
- <column id="email" desc="이메일" type="cdata" ref="item.email"/>
- <column id="faxno" desc="팩스번호" type="cdata" ref="item.faxno"/>
- <column id="mpphonno" desc="휴대폰번호" type="cdata" ref="item.mpphonno"/>
- <column id="reqinstcd" desc="사업자등록번호" type="cdata" ref="item.reqinstcd"/>
- <column id="authendyn" desc="권한종료여부" ref="item.authendyn"/>
- </table>
- </output>
- </submit>
|