1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCVT00101">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqStoreVOCDeptAdtlData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="deptcd">
- <column id="deptcd" type="string" desc="부서코드" ref="deptcd"/>
- <column id="deptnm" type="string" desc="부서명" ref="deptnm"/>
- <column id="empid" type="string" desc="담당자ID" ref="empid"/>
- <column id="empnm" type="string" desc="담당자이름" ref="empnm"/>
- <column id="emptelno" type="string" desc="담당자연락처" ref="emptelno"/>
- <column id="empmobile" type="string" desc="담당자핸드폰번호" ref="empmobile"/>
- <column id="chfempid" type="string" desc="부서장ID" ref="chfempid"/>
- <column id="chfempnm" type="string" desc="부서장이름" ref="chfempnm"/>
- <column id="chfdeptcd" type="string" desc="부서장부서코드" ref="chfdeptcd"/>
- <column id="chfdeptnm" type="string" desc="부서장부서명" ref="chfdeptnm"/>
- <column id="chfemptelno" type="string" desc="부서장연락처" ref="chfemptelno"/>
- <column id="psnworksupdeptcd" type="string" desc="인사상위부서" ref="psnworksupdeptcd"/>
- <column id="groupdeptcd" type="string" desc="그룹코드" ref="groupdeptcd"/>
- <column id="cnclyn" type="string" desc="취소여부" ref="cnclyn"/>
- <column id="cncldt" type="string" desc="취소일시" ref="cncldt"/>
- <column id="cnclpsnid" type="string" desc="취소자ID" ref="cnclpsnid"/>
- <column id="rgstseq" type="int" desc="등록순서" ref="rgstseq"/>
- <column id="savemode" type="string" desc="저장분류코드" ref="savemode"/>
- </table>
- </input>
- <output path="root" type="xml">
- </output>
- </submit>
|