Difference between revisions of "Send Plain Example"

From SMS Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
 
To invoke the most commonly used API call in a "manual" mode, please click  [http://api.upsidewireless.com/soap/SMS.asmx here].
 
To invoke the most commonly used API call in a "manual" mode, please click  [http://api.upsidewireless.com/soap/SMS.asmx here].
  
Line 6: Line 5:
 
If the call is successful (you have an account with upsidewireless.com, which has positive account balance and permission to use EnterpriseSMS API) you will receive something similar to this screen
 
If the call is successful (you have an account with upsidewireless.com, which has positive account balance and permission to use EnterpriseSMS API) you will receive something similar to this screen
  
 +
[[Image:SendPlainResponse.jpg]]
  
 +
You now need to do the same in your application code and you are done.
  
 
----
 
----
 
[[APIs | back]]
 
[[APIs | back]]

Latest revision as of 12:18, 9 May 2008

To invoke the most commonly used API call in a "manual" mode, please click here.

SendPlainExample.jpg

If the call is successful (you have an account with upsidewireless.com, which has positive account balance and permission to use EnterpriseSMS API) you will receive something similar to this screen

SendPlainResponse.jpg

You now need to do the same in your application code and you are done.


back