123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICU01101">
- <action url="svc://local"
- target="stdycostapp.Stdycost"
- interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
- method="reqGetDetlItemexpendList">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="expendflag">
- <column id="expendflag" type="cdata" desc="세부비목구분" ref="expendflag"/>
- </table>
- </input>
- <output path="root/expendcdinfo" type="xml">
- <table id="expendcdlist" count_ref="item">
- <column id="detlitemexpendcd" type="cdata" desc="세부비목코드" ref="item.detlitemexpendcd"/>
- <column id="detlitemexpendnm" type="cdata" desc="세부비목코드명" ref="item.detlitemexpendnm"/>
- <column id="itemexpendcd" type="cdata" desc="비목코드" ref="item.itemexpendcd"/>
- </table>
-
- </output>
-
- </submit>
-
|