AddServiceCallSolutionStatus | Adds a service call solution status. |
DeleteServiceCallSolutionStatus | Deletes an existing service call solution status.
The service call solution status is specified by its key (Number), which is contained in the ServiceCallSolutionStatusParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ServiceCallSolutionStatusService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetServiceCallSolutionStatus | Retrieves a service call solution status.
The service call solution status is specified by its key (Number), which is contained in the ServiceCallSolutionStatusParams object passed to the method. |
GetServiceCallSolutionStatusList | Retrieves the keys and names of all the service call solution statuses. |
UpdateServiceCallSolutionStatus | Updates an existing service call solution status.
The data for the service call solution status, including the key of the solution status to be updated, is contained in the ServiceCallSolutionStatus passed to the method. To update a service call solution status, you must first retrieve it using the GetServiceCallSolutionStatus method. |