Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

KFS Chart Web Services

isValidKFSCharts(fiscalYear, kfsChartCode)

This service is used to validate KFS chart codes. Returns an XML result set with a value of true or false (example isValidKFSCharts result) for each chart

Input Specifications:

ParameterDescriptionRequired?Data Type (max length)
fiscalYearThe fiscal year - defaults to current year if emptyNoString (4)
kfsChartCodeThe KFS chart of accounts codeYesString (2)

 

Logic:

SQL Statement

 

Result Schema 

 

 

 

getAllValidKFSCharts(fiscalYear)

This service is used retrieve all valid KFS chart codes. Returns an XML result set with a list of charts (example getAllValidKFSCharts result)

Input Specifications:

ParameterDescriptionRequired?Data Type (max length)
fiscalYearThe KFS fiscal year - defaults to current year if emptyNoString (YYYY)

 

 

 

  • No labels