Sends a notification to the eSales service, about a product being rated.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public void NotifyRating( string productKey, int rating )
Parameters
- productKey
- Type: System.String
The key of the rated product - rating
- Type: System.Int32
The rating
Exceptions
Exception | Condition |
---|---|
IllegalArgumentException | If productKey is null or empty |
See Also