AddProfitCenter | Adds a profit center. |
DeleteProfitCenter | Deletes an existing profit center.
The profit center is specified by its key (PrcCode), which is contained in the ProfitCenterParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ProfitCentersService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetProfitCenter | Retrieves a profit center.
The profit center is specified by its key (PrcCode), which is contained in the ProfitCenterParams object passed to the method. |
GetProfitCenterList | Retrieves the keys and names of all the profit centers. |
UpdateProfitCenter | Updates an existing profit center.
The data for the profit center, including the key of the profit center to be updated, is contained in the ProfitCenter object passed to the method. To update a profit center, you must first retrieve it using the GetProfitCenter method. |