AddServiceCallType | Adds a service call type. |
DeleteServiceCallType | Deletes an existing service call type.
The service call type is specified by its key (callTypeID), which is contained in the ServiceCallTypeParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ServiceCallTypesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetServiceCallType | Retrieves a service call type.
The service call type is specified by its key (callTypeID), which is contained in the ServiceCallTypeParams object passed to the method. |
GetServiceCallTypeList | Retrieves the keys and names of all the service call types. |
UpdateServiceCallType | Updates an existing service call type.
The data for the service call type, including the key of the type to be updated, is contained in the ServiceCallType passed to the method. To update a service call type, you must first retrieve it using the GetServiceCallType method. |