📚 SAP Business One SDK Help

CostCenterTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddCostCenterTypeAdds a cost center type.
Public Method DeleteCostCenterTypeDeletes an existing cost center type.
Public Method GetCostCenterTypeRetrieves a cost center type.

The cost center type is specified by its key, which is contained in the CostCenterTypeParams object passed to the method.

Public Method GetCostCenterTypeListReturns the CostCenterTypesParams data collection that identify all cost center types.
Public Method GetDataInterfaceCreates an empty data structure for use with the CostCenterTypesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method UpdateCostCenterTypeUpdates an existing cost center type.

The data for the cost center type, including the key of the cost center type to be updated, is contained in the CostCenterType object passed to the method. To update a cost center type, you must first retrieve it using the GetCostCenterType method.

See Also