Click or drag to resize
Infosoft Logo

SendSMSRequestCustomerNumber Property

Gets or sets the customer number. If set and the MobilePhoneNumber is empty it will try to find the customer's mobile number that is registered in the system and the message will be logged to CustomerCommunication. If not set the message will not be logged into CustomerCommunication.

Namespace: Infosoft.Webservices.SMSServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public int? CustomerNumber { get; set; }

Property Value

NullableInt32
See Also