Versions Compared

Key

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

...

IndexParameterDescriptionRequired?Data Type (max length)Example
0kfsChartCodeKFS Chart CodeYesString(2)IR
1kfsAcctNumberKFS Account NumberYesString(7)1234567
2kfsSubAcctNumberKFS SubAccount NumberYesString(7)1234567

DB Query

Code Block
 

Result Schema: A list of following elements (

...

KFSSubAccountDetails.java)

fsLocationCode
ParameterDescriptionData TypeExampleThe FS location codeString (2)9
fsAccountCodeThe FS accounts codeString (6)110001
fsFundCodeThe FS fund codeString (5)111200
kfsChartCodeKFS Chart CodeString (2)'IR'
kfsAcctNumberKFS Account NumberString (7)'1234567'

...

 
Request
Response

Java Client Example

...

   

getAllKFSSubAccounts()

Input Specifications

IndexParameterDescriptionRequired?Data Type (max length)Example
0kfsChartCodeKFS Chart CodeYesString(2)IR
1kfsAcctNumberKFS Account NumberYesString(7)1234567
2kfsSubAcctNumberKFS SubAccount NumberYesString(7)1234567

DB Query

WS Example

Request
Code Block
 
Response
Code Block
 

Java Client Example

Code Block
SELECT fin_coa_cd, account_nbr, account_nm, sub_acct_nbr, sub_acct_nm FROM ca_sub_acct_t WHERE SUB_ACCT_ACTV_CD <> 'N' 

 

...

getAllKFSSubAccounts()

No input parameter, ALL active KFS subaccount details will be returned in result set.

DB Query

Code Block
 

Result Schema: A list of following elements (

...

KFSSubAccountDetails.java)

The FS fund code
ParameterDescriptionData TypeExample
fsLocationCodeThe FS location codeString (2)9
fsAccountCodeThe FS accounts codeString (6)110001
fsFundCodeString (5)111200
kfsChartCodeKFS Chart CodeString (2)'IR'
kfsAcctNumberKFS Account NumberString (7)'1234567'
    

WS Example

Request
Code Block
 
Response
Code Block
 

Java Client Example

Code Block
 

...