📚 SAP Business One SDK Help

ReturnReasonsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a return reason.
Public Method DeleteDeletes an existing return reason.
Public Method GetRetrieves a return reason. The return reason is specified by its key, which is contained in the `ReturnReasonParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `ReturnReasonsService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `ReturnReasonParamsCollection` data collection that identifies all return reasons.
Public Method UpdateUpdates an existing return reason.

See Also