1234567891011121314151617 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCIT00102">
- <action url="svc://local"
- target="cssamngtapp.CssaMngt"
- interface="himed.his.crm.cssamngtapp.cssamngt.CssaMngt"
- method="reqDelQestItemGrup">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="qestitemgrupseqno">
- <column id="qestitemgrupseqno" type="int" desc="일련번호" ref="qestitemgrupseqno"/>
- <column id="qestitemlrgcd" type="int" desc="대그룹일련번호" ref="qestitemlrgcd"/>
- <column id="qestitemmdlcd" type="int" desc="중그룹일련번호" ref="qestitemmdlcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- </output>
- </submit>
|