📚 SAP Business One SDK Help

ServiceCallOriginsService Object Members
See Also  Overview 

Public Methods

Public Method AddServiceCallOriginAdds a service call origin.
Public Method DeleteServiceCallOriginDeletes 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.

Public Method GetDataInterfaceCreates an empty data structure for use with the ServiceCallOriginsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetServiceCallOriginRetrieves 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.

Public Method GetServiceCallOriginListRetrieves the keys and names of all the service call origins.
Public Method UpdateServiceCallOriginUpdates 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.

See Also