...
Definition URLs | UAT - https://kualinp.uconn.edu/kfs-uat/remoting/accountBalanceInquiry?wsdl |
---|---|
Binding | {http://kfs.kuali.org/kfs/v5_0}accountBalanceInquirySoapBinding |
SOAP Version | SOAP 1.1 |
Operations
Name | Description | Input |
---|---|---|
getAccountBalance | Will retrieve the available account balance for one account. | chartOfAccountsCode [Default 'UC'] (Optional) account number (Required) |
Response
Attribute | Description | Values | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
IdaccountBalance | Unique Identifier | The Account | description of account | Account number | Chart of Accounts code | UC | Status | New, Open, Close, Changed | FiscalOfficerIdentifier | netid | Account Type Code | Bank code | Consolidation Chart of Accounts code | Consolidation Account Number | Reports to Account Number | Reports to Chart of Accounts Code | FundSid Code | FundSid description | Account Manager System Identifier | netid | Account supervisor Systems Identifier | netid | Organization Code | SubFund group code | Department account owner code | Department reference 1 | Cfda number | Project name | Plant funds parent code | Plant funds parent code description | Account expense guideline text | Account income guideline text | Account purpose textBalance | 999999.99 |
Sample Request XML
Code Block | ||||
---|---|---|---|---|
| ||||
<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> |
...