Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Java ParameterDescriptionData TypeExample
kfsChartCodeKFS Chart CodeString (2)IR
kfsOrgCodeKFS Organization CodeString (4)

8060

kfsOrgNameKFS Organization NameString (4)Chemistry
kfsParentOrgCodeKFS Parent Organization CodeString (4)9023
kfsOrgLevelKFS Organization LevelString (1)4
kfsOrgCategoryKFS Organization CategoryString (4)Denotes the org level category designated by the budget office: 'U' , 'C', 'S', 'D'
kfsOrgRollupLevel1KFS Organization Rollup Level 1String (4) -
kfsOrgRollupLevel2KFS Organization Rollup Level 2String (4) -
kfsOrgRollupLevel3KFS Organization Rollup Level 3String (4)9023
kfsOrgRollupLevel4KFS Organization Rollup Level 4String (4)8060
kfsOrgRollupLevel5KFS Organization Rollup Level 5String (4) -
kfsOrgRollupLevel6KFS Organization Rollup Level 6String (4) -

WS Example

Request
Code Block
<?xml version="1.0" ?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
	<S:Body>
		<ns2:getKFSChildOrganizations xmlns:ns2="http://www.adcom.uci.edu">
			<arg0>
				<kfsChartCode>IR</kfsChartCode>
				<kfsOrgCode>9023</kfsOrgCode>
			</arg0>
		</ns2:getKFSChildOrganizations>
	</S:Body>
</S:Envelope>

...