AddCostCenterType | Adds a cost center type. |
DeleteCostCenterType | Deletes an existing cost center type. |
GetCostCenterType | Retrieves a cost center type.
The cost center type is specified by its key, which is contained in the CostCenterTypeParams object passed to the method. |
GetCostCenterTypeList | Returns the CostCenterTypesParams data collection that identify all cost center types. |
GetDataInterface | Creates an empty data structure for use with the CostCenterTypesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
UpdateCostCenterType | Updates 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. |