AddServiceCallOrigin | Adds a service call origin. |
DeleteServiceCallOrigin | Deletes an existing service call origin.
The service call origin is specified by its key (originID), which is contained in the ServiceCallOriginParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the ServiceCallOriginsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetServiceCallOrigin | Retrieves a service call origin.
The service call origin is specified by its key (originID), which is contained in the ServiceCallOriginParams object passed to the method. |
GetServiceCallOriginList | Retrieves the keys and names of all the service call origins. |
UpdateServiceCallOrigin | Updates an existing service call origin.
The data for the service call origin, including the key of the origin to be updated, is contained in the ServiceCallOrigin passed to the method. To update a service call origin, you must first retrieve it using the GetServiceCallOrigin method. |