AddServiceCallProblemType | Adds a service call problem type. |
DeleteServiceCallProblemType | Deletes an existing service call problem type.
The service call problem type is specified by its key (prblmTypID), which is contained in the ServiceCallProblemTypeParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ServiceCallProblemTypesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetServiceCallProblemType | Retrieves a service call problem type.
The service call problem type is specified by its key (prblmTypID), which is contained in the ServiceCallProblemTypeParams object passed to the method. |
GetServiceCallProblemTypeList | Retrieves the keys and names of all the service call problem types. |
UpdateServiceCallProblemType | Updates an existing service call problem type.
The data for the service call problem type, including the key of the problem type to be updated, is contained in the ServiceCallProblemType passed to the method. To update a service call problem type, you must first retrieve it using the GetServiceCallProblemType method. |