Click or drag to resize

ISalesStatusGetSalesStatusesForCase Method

Gets all Sales statuses by case GUID.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+cc2a5357b8231e24c5fd7606bb1e71a1374ad1e9
Syntax
List<SalesStatus> GetSalesStatusesForCase(
	string caseGuid
)

Parameters

caseGuid  String
Case GUID, identifies which case's sales statuses are fetced.

Return Value

ListSalesStatus
List of SalesStatus objects.
Exceptions
ExceptionCondition
GeneralFailureExceptionAny other fault.
AuthenticationFailureExceptionThe caller could not be authenticated.
NotFoundExceptionCase could not be found.
Remarks
When the sales status of a case is changed, old sales statuses are stored as history. This function returns all the statuses where the case has been in.
See Also