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:
Parameter | Description | Required? | Data Type (max length) |
---|---|---|---|
fiscalYear | The fiscal year - defaults to current year if empty | No | String (4) |
kfsChartCode | The KFS chart of accounts code | Yes | String (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:
Parameter | Description | Required? | Data Type (max length) |
---|---|---|---|
fiscalYear | The KFS fiscal year - defaults to current year if empty | No | String (YYYY) |