Click or drag to resize

ISalesStatusAddNewSalesStatus Method

Updates the current Sales status of a case.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+cc2a5357b8231e24c5fd7606bb1e71a1374ad1e9
Syntax
SalesStatus AddNewSalesStatus(
	SalesStatus salesStatusInfo
)

Parameters

salesStatusInfo  SalesStatus
SalesStatus object.

Mandatory data members:

  • CaseGUID. Identifies the case, where status is added to.
  • SalesProcessGUID. Identifies the sales process, which is selected to case.

Return Value

SalesStatus
SalesStatus object.
Exceptions
ExceptionCondition
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
NoPermissionExceptionAPI user does not have permission to perform the action.
ValidationExceptionInput data was not valid.
Remarks
A sales status links a case with a sales process. Updating a sales status for a case adds a new sales status record to status history.
See Also