12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCVO01101">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqSetVOCSelfEndData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="reqrgstseq">
- <column id="reqacptdd" type="string" desc="접수일자" ref="reqacptdd"/>
- <column id="reqacptseq" type="int" desc="접수순서" ref="reqacptseq"/>
- <column id="reqrgstseq" type="int" desc="등록순서" ref="reqrgstseq"/>
- <column id="reqdeptnm" type="string" desc="해당부서" ref="reqdeptnm"/>
- <column id="reqdeptcd" type="string" desc="부서코드" ref="reqdeptcd"/>
- <column id="reqempnm" type="string" desc="해당직원" ref="reqempnm"/>
- <column id="reqempid" type="string" desc="직원ID" ref="reqempid"/>
- <column id="reqcsteamreqcnts" type="string" desc="고객지원팀 의견" ref="reqcsteamreqcnts"/>
- <column id="hompanswyn" type="string" desc="홈페이지답변여부" ref="hompanswyn"/>
- <column id="enderqdd" type="string" desc="종결일자" ref="enderqdd"/>
- <column id="deptnm" type="string" desc="민원발생부서" ref="deptnm"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- </output>
- </submit>
|