Click or drag to resize
Infosoft Logo

ISMSServiceSendSMS Method

Sending a sms to a customer to the given mobile phone number.

Namespace: Infosoft.Webservices.SMSServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
SendSMSResponse SendSMS(
	SendSMSRequest request
)

Parameters

request  SendSMSRequest
The request containing the sms information

Return Value

SendSMSResponse
The response containing a provider reference. If provider reference is different from -1 the sending of SMS is OK
See Also