AddFinancialYear | Adds a financial year. |
DeleteFinancialYear | Deletes an existing financial year.
The financial year is specified by its key (AbsId), which is contained in the FinancialYearParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the FinancialYearsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetFinancialYear | Retrieves a specific financial year.
The financial year is specified by its key (AbsId), which is contained in the FinancialYearParams object passed to the method. |
GetFinancialYearList | Retrieves the keys and names of all the financial years. |
UpdateFinancialYear | Updates an existing financial year.
The data for the financial year, including the key of the financial year to be updated, is contained in the FinancialYear passed to the method. To update a financial year, you must first retrieve it using the GetFinancialYear method. |