...
Java Parameter | Description | Data Type | Example |
---|---|---|---|
kfsChartCode | KFS Chart Code | String (2) | IR |
kfsOrgCode | KFS Organization Code | String (4) | 8060 |
kfsOrgName | KFS Organization Name | String (4) | Chemistry |
kfsParentOrgCode | KFS Parent Organization Code | String (4) | 9023 |
kfsOrgLevel | KFS Organization Level | String (1) | 4 |
kfsOrgCategory | KFS Organization Category | String (4) | Denotes the org level category designated by the budget office: 'U' , 'C', 'S', 'D' |
kfsOrgRollupLevel1 | KFS Organization Rollup Level 1 | String (4) | - |
kfsOrgRollupLevel2 | KFS Organization Rollup Level 2 | String (4) | - |
kfsOrgRollupLevel3 | KFS Organization Rollup Level 3 | String (4) | 9023 |
kfsOrgRollupLevel4 | KFS Organization Rollup Level 4 | String (4) | 8060 |
kfsOrgRollupLevel5 | KFS Organization Rollup Level 5 | String (4) | - |
kfsOrgRollupLevel6 | KFS Organization Rollup Level 6 | String (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> |
...