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