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+81fd6e9dd0e61491c37af71b183a89571ee770b3
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