123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCHI00101">
- <action url="svc://local"
- target="healexammngtapp.HealExamTrgt"
- interface="himed.his.crm.healexammngtapp.healexamtrgt.HealExamTrgt"
- method="reqGetCmpyList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="rgstfromdd">
- <column id="cmpycd" desc="사업체코드" ref="cmpycd"/>
- <column id="healexamflag" desc="건진구분" ref="healexamflag"/>
- <column id="rgstfromdd" desc="등록일 조회시작일" ref="rgstfromdd"/>
- <column id="rgsttodd" desc="등록일 조회종료일" ref="rgsttodd"/>
- <column id="chgrnm" desc="담당자명" ref="chgrnm"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="bizplcelist" count_ref="bizplcelist">
- <column id="todd" desc="종료일자" ref="bizplcelist.todd"/>
- <column id="cmpynm" type="cdata" desc="사업체명" ref="bizplcelist.cmpynm"/>
- <column id="cmpycd" desc="사업체코드" ref="bizplcelist.cmpycd"/>
- <column id="cmpyid" desc="사업장등록번호" ref="bizplcelist.cmpyid"/>
- <column id="prsdnm" type="cdata" desc="대표자명" ref="bizplcelist.prsdnm"/>
- <column id="biztype" desc="업종" ref="bizplcelist.biztype"/>
- <column id="telno" desc="대표전화" ref="bizplcelist.telno"/>
- <column id="mpphonno" desc="담당자휴대전화" ref="bizplcelist.mpphonno"/>
- <column id="chrgnm" desc="담당자" ref="bizplcelist.chrgnm"/>
- <column id="cmpyno" desc="사업장기호" ref="bizplcelist.cmpyno"/>
- <column id="zipcd1" desc="우편번호1" ref="bizplcelist.zipcd1"/>
- <column id="zipcd2" desc="우편번호2" ref="bizplcelist.zipcd2"/>
- <column id="detladdr" type="cdata" desc="상세주소" ref="bizplcelist.zipaddr"/>
- <column id="emailid" desc="이메일아이디" ref="bizplcelist.emailid"/>
- <column id="emailtype" desc="이메일계정" ref="bizplcelist.emailtype"/>
- </table>
- </output>
- </submit>
|