12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCNS00302">
- <action url="svc://local"
- target="chnlmngtapp.ChnlMngt"
- interface="himed.his.crm.chnlmngtapp.chnlmngt.ChnlMngt"
- method="reqGetAprvList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="rgstfromdd">
- <column id="rgstfromdd" desc="등록일 조회시작일" ref="rgstfromdd"/>
- <column id="rgsttodd" desc="등록일 조회종료일" ref="rgsttodd"/>
- <column id="aprvflag" desc="승인여부" ref="aprvflag"/>
- <column id="sanctflag" desc="결재구분" ref="sanctflag"/>
- <column id="aprvdtfrom" desc="승인일 조회시작일" ref="aprvdtfrom"/>
- <column id="aprvdtto" desc="승인일 조회종료일" ref="aprvdtto"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="aprvlist" count_ref="aprvlist">
- <column id="fstrgstdt" type="string" desc="등록일자" ref="aprvlist.fstrgstdt"/>
- <column id="aprvreqsmmcnts" type="string" desc="승인요청정보" ref="aprvlist.aprvreqsmmcnts"/>
- <column id="sanctflag" type="string" desc="결재구분" ref="aprvlist.sanctflag"/>
- <column id="aprvflag" type="string" desc="승인여부" ref="aprvlist.aprvflag"/>
- <column id="aprvdt" type="string" desc="승인일" ref="aprvlist.aprvdt"/>
- <column id="aprvcd" type="string" desc="승인코드" ref="aprvlist.aprvcd"/>
- <column id="cnt" type="string" desc="건수" ref="aprvlist.cnt"/>
- <column id="fstrgstrid" type="string" desc="등록자" ref="aprvlist.fstrgstrid"/>
- <column id="fstrgstrnm" type="string" desc="등록자이름" ref="aprvlist.fstrgstrnm"/>
- </table>
- </output>
- </submit>
|