AddServiceGroup | Adds a service group. |
DeleteServiceGroup | Deletes an existing service group. |
GetDataInterface | Creates an empty data structure for use with the ServiceGroupsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetServiceGroup | Retrieves a service group.
The service group is specified by its key, which is contained in the ServiceGroupParams object passed to the method. |
GetServiceGroupList | Returns the ServiceGroupsParams data collection that identify all service groups. |
UpdateServiceGroup | Updates an existing service group.
The data for the service group, including the key of the service group to be updated, is contained in the ServiceGroup object passed to the method. To update a service group, you must first retrieve it using the GetServiceGroup method. |