AddNatureOfAssessee | Adds a nature of assessee. |
DeleteNatureOfAssessee | Deletes an existing nature of assessee.
The nature of assessee is specified by its key (AbsId), which is contained in the NatureOfAssesseeParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the NatureOfAssesseesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetNatureOfAssessee | Retrieves a nature of assessee.
The nature of assessee is specified by its key (AbsId), which is contained in the NatureOfAssesseeParams object passed to the method. |
GetNatureOfAssesseeList | Retrieves the keys and codes of all nature of assessees. |
UpdateNatureOfAssessee | Updates an existing nature of assessee.
The data for the nature of assessee, including the key of the nature of assessee to be updated, is contained in the NatureOfAssessee passed to the method. To update a nature of assessee, you must first retrieve it using the GetNatureOfAssessee method. |