Sends a notification to the eSales service, about a session property being set.
If the property name is market or customer_key, then the market or customer_key for this session object will be changed accordingly.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public void NotifyProperty( string name, string value )
Parameters
- name
- Type: SystemString
The name of the property - value
- Type: SystemString
The value of the property
Exceptions
Exception | Condition |
---|---|
IllegalArgumentException | If the name or value is null or empty |
See Also