AddServiceCallStatus | Adds a service call status. |
DeleteServiceCallStatus | Deletes an existing service call status.
The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ServiceCallStatusService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetServiceCallStatus | Retrieves a service call status.
The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method. |
GetServiceCallStatusList | Retrieves the keys and names of all the service call statuses. |
UpdateServiceCallStatus | Updates an existing service call status.
The data for the service call status, including the key of the status to be updated, is contained in the ServiceCallStatus passed to the method. To update a service call status, you must first retrieve it using the GetServiceCallStatus method. |