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+5e6f58e3edb88d6a1b6bcd1fb5c50970e5924e19
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