📚 SAP Business One SDK Help

NatureOfAssesseesService Object Members
See Also  Overview 

Public Methods

Public Method AddNatureOfAssesseeAdds a nature of assessee.
Public Method DeleteNatureOfAssesseeDeletes 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.

Public Method GetDataInterfaceCreates an empty data structure for use with the NatureOfAssesseesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetNatureOfAssesseeRetrieves 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.

Public Method GetNatureOfAssesseeListRetrieves the keys and codes of all nature of assessees.
Public Method UpdateNatureOfAssesseeUpdates 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.

See Also