Click or drag to resize

ISalesProcess Interface

Contains the Sales process operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public interface ISalesProcess

The ISalesProcess type exposes the following members.

Methods
 NameDescription
Public methodAddNewSalesProcess Adds a new Sales process.
Public methodGetAllSalesProcesses Gets all Sales processes of the organization.
Public methodGetSalesProcessByGUID Gets a Sales process by GUID.
Top
Remarks
Sales process is a type that represents a single sales status in Severa. One sales status can be used in many cases. Use SalesStatus interface to connect case to sales process.
See Also