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+c12d9df0d8d7fcea7d512dd611805415d37673fe
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