...
Result Schema: SAME as getValidKFSAccounts
WS Example
Request
Code Block |
---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adc="http://www.adcom.uci.edu">
<soapenv:Header/>
<soapenv:Body>
<adc:getAllKFSAccounts/>
</soapenv:Body>
</soapenv:Envelope> |
...
Response
Code Block |
---|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:getValidKFSAccountsResponse xmlns:ns2="http://www.adcom.uci.edu">
<return>
<kfsAcctAddress>Campus Dr</kfsAcctAddress>
<kfsAcctCampusCode>IR</kfsAcctCampusCode>
<kfsAcctCity>Irvine</kfsAcctCity>
<kfsAcctClosedCode>N</kfsAcctClosedCode>
<kfsAcctCreateDate>2012-05-13</kfsAcctCreateDate>
<kfsAcctEffectiveDate>2011-07-01</kfsAcctEffectiveDate>
<kfsAcctFiscalOfficerId>000000061717</kfsAcctFiscalOfficerId>
<kfsAcctFringeBenefitCode>Y</kfsAcctFringeBenefitCode>
<kfsAcctManagerId>000000121170</kfsAcctManagerId>
<kfsAcctName>MERAGE/DEAN'S OFFICE/EDUCAT 400100-09535</kfsAcctName>
<kfsAcctNumber>1008543</kfsAcctNumber>
<kfsAcctOffCampusCode>N</kfsAcctOffCampusCode>
<kfsAcctPSFCode>N</kfsAcctPSFCode>
<kfsAcctRestrictedCode>U</kfsAcctRestrictedCode>
<kfsAcctSFCode>N</kfsAcctSFCode>
<kfsAcctState>CA</kfsAcctState>
<kfsAcctSupervisorId>000000082229</kfsAcctSupervisorId>
<kfsAcctTypeCode>EX</kfsAcctTypeCode>
<kfsAcctZip>92697</kfsAcctZip>
<kfsBudgetLevelCode>C</kfsBudgetLevelCode>
<kfsCandGAcctNumber>9975430</kfsCandGAcctNumber>
<kfsCandGChartCode>MC</kfsCandGChartCode>
<kfsChartCode>IR</kfsChartCode>
<kfsContAcctNumber>0</kfsContAcctNumber>
<kfsContChartCode>0</kfsContChartCode>
<kfsEESFCode>N</kfsEESFCode>
<kfsEndowChartCode>0</kfsEndowChartCode>
<kfsFringeBenefitAcct>0</kfsFringeBenefitAcct>
<kfsFringeBenefitChart>0</kfsFringeBenefitChart>
<kfsHigherEduFundCode>INST</kfsHigherEduFundCode>
<kfsICRTypeCode>0</kfsICRTypeCode>
<kfsIESFCode>N</kfsIESFCode>
<kfsIncomeAcctNumber>0</kfsIncomeAcctNumber>
<kfsIncomeChartCode>0</kfsIncomeChartCode>
<kfsObjPCCode>N</kfsObjPCCode>
<kfsOrgCode>0049</kfsOrgCode>
<kfsPESFCode>N</kfsPESFCode>
<kfsSubFundCode>OPPFNO</kfsSubFundCode>
<kfsTPSFCode>Y</kfsTPSFCode>
<ucAccountCode>400100</ucAccountCode>
<ucFundCode>09535</ucFundCode>
<ucLocationCode>9</ucLocationCode>
</return>
<return>
<kfsAcctAddress>Campus Dr</kfsAcctAddress>
<kfsAcctCampusCode>IR</kfsAcctCampusCode>
<kfsAcctCity>Irvine</kfsAcctCity>
<kfsAcctClosedCode>N</kfsAcctClosedCode>
<kfsAcctCreateDate>2012-05-13</kfsAcctCreateDate>
<kfsAcctEffectiveDate>2011-07-01</kfsAcctEffectiveDate>
<kfsAcctFringeBenefitCode>Y</kfsAcctFringeBenefitCode>
<kfsAcctManagerId>000000066894</kfsAcctManagerId>
<kfsAcctName>CA-BOA- CAMPUS - 1233-12007 110001-18888</kfsAcctName>
<kfsAcctNumber>1000766</kfsAcctNumber>
<kfsAcctOffCampusCode>N</kfsAcctOffCampusCode>
<kfsAcctPSFCode>N</kfsAcctPSFCode>
<kfsAcctRestrictedCode>U</kfsAcctRestrictedCode>
<kfsAcctSFCode>N</kfsAcctSFCode>
<kfsAcctState>CA</kfsAcctState>
<kfsAcctSupervisorId>000000960010</kfsAcctSupervisorId>
<kfsAcctTypeCode>BS</kfsAcctTypeCode>
<kfsAcctZip>92697</kfsAcctZip>
<kfsBudgetLevelCode>C</kfsBudgetLevelCode>
<kfsCandGAcctNumber>9975430</kfsCandGAcctNumber>
<kfsCandGChartCode>MC</kfsCandGChartCode>
<kfsChartCode>IR</kfsChartCode>
<kfsContAcctNumber>0</kfsContAcctNumber>
<kfsContChartCode>0</kfsContChartCode>
<kfsEESFCode>N</kfsEESFCode>
<kfsEndowChartCode>0</kfsEndowChartCode>
<kfsFringeBenefitAcct>0</kfsFringeBenefitAcct>
<kfsFringeBenefitChart>0</kfsFringeBenefitChart>
<kfsHigherEduFundCode>NA</kfsHigherEduFundCode>
<kfsICRTypeCode>0</kfsICRTypeCode>
<kfsIESFCode>N</kfsIESFCode>
<kfsIncomeAcctNumber>0</kfsIncomeAcctNumber>
<kfsIncomeChartCode>0</kfsIncomeChartCode>
<kfsObjPCCode>N</kfsObjPCCode>
<kfsOrgCode>0922</kfsOrgCode>
<kfsPESFCode>N</kfsPESFCode>
<kfsSubFundCode>STC&G</kfsSubFundCode>
<kfsTPSFCode>Y</kfsTPSFCode>
<ucAccountCode>110001</ucAccountCode>
<ucFundCode>18888</ucFundCode>
<ucLocationCode>9</ucLocationCode>
</return>
</ns2:getValidKFSAccountsResponse>
</soap:Body>
</soap:Envelope> |
...
Response (See getValidKFSAccounts)
Java Client Example
...
translateFSAccountFunds(List of (fsLocationCode, fsAccountCode, fsFundCode))
...
Code Block |
---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adc="http://www.adcom.uci.edu"> <soapenv:Header/> <soapenv:Body> <adc:translateFSAccountFunds> <fsAccountList> <item>9</item> <item>110001</item> <item>18888</item> </fsAccountList> <fsAccountList> <item>9</item> <item>111200</item> <item>18213</item> </fsAccountList> <fsAccountList> <item>9</item> <item>111200</item> <item>182</item> </fsAccountList> <fsAccountList> <item></item> <item></item> <item></item> </fsAccountList> </adc:translateFSAccountFunds> </soapenv:Body> </soapenv:Envelope> |
Response
Code Block |
---|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:translateFSAccountFundsResponse xmlns:ns2="http://www.adcom.uci.edu"> <return> <fsAccountCode>110001</fsAccountCode> <fsFundCode>18888</fsFundCode> <fsLocationCode>9</fsLocationCode> <kfsAcctNumber>1000766</kfsAcctNumber> <kfsChartCode>IR</kfsChartCode> </return> <return> <fsAccountCode>111200</fsAccountCode> <fsFundCode>18213</fsFundCode> <fsLocationCode>9</fsLocationCode> <kfsAcctNumber>1000785</kfsAcctNumber> <kfsChartCode>IR</kfsChartCode> </return> </ns2:translateFSAccountFundsResponse> </soap:Body> </soap:Envelope> |
...