Versions Compared

Key

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

...

Operations

NameDescriptionInput
getAccountBalance

Will retrieve the available account balance for one account.

chartOfAccountsCode [Default 'UC'] (Optional)
account number (Required)

Response

Account purpose text
AttributeDescriptionValues
IdaccountBalance

Unique Identifier

The Account

name

description of account

Account numberChart of Accounts codeUCStatusNew, Open, Close, ChangedFiscalOfficerIdentifiernetidAccount Type CodeBank codeConsolidation Chart of Accounts codeConsolidation Account NumberReports to Account NumberReports to Chart of Accounts CodeFundSid CodeFundSid descriptionAccount Manager System IdentifiernetidAccount supervisor Systems IdentifiernetidOrganization CodeSubFund group codeDepartment account owner codeDepartment reference 1Cfda numberProject namePlant funds parent codePlant funds parent code descriptionAccount expense guideline textAccount income guideline text

Balance

999999.99

Sample Request XML

Code Block
languagexml
titleSample Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v5="http://kfs.kuali.org/core/v5_0">
	<soapenv:Header/>
	<soapenv:Body>
		<v5:getAccountBalance>
			<!-Optional:->
			<arg0>
				<chartOfAccountsCode></chartOfAccountsCode>
				<accountNumber>5612710</accountNumber>
			</arg0>
		</v5:getAccountBalance>
	</soapenv:Body>
</soapenv:Envelope>

...