|
SMSServiceSendSMS Method |
Sending a sms. If customernumber is set the the message will be logged to CustomerCommunication. If mobile phone number is empty it
will try to find the customer's mobile number that is registered in the system.
If customernumber is empty we use MobilePhoneNumber from the request and there will be no logging of the message to CustomerCommunication.
Namespace: Infosoft.Webservices.SMSServicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request SendSMSRequest
- The request containing the sms information
Return Value
SendSMSResponseThe response containing a provider reference. If provider reference is different from -1 the sending of SMS is OK
Implements
ISMSServiceSendSMS(SendSMSRequest)Exceptions Exception | Condition |
---|
InvalidValueException | Thrown when the ConfigurationCode is not specified properly |
See Also