📚 SAP Business One SDK Help

ATDocumentTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds an AT document type.
Public Method DeleteDeletes an existing AT document type.
Public Method GetRetrieves an AT document type. The type is specified by its key, which is contained in the `ATDocumentTypeParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `ATDocumentTypesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `ATDocumentTypeParamsCollection` data collection that identifies all AT document types.
Public Method UpdateUpdates an existing AT document type.

See Also