You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MessagingApi.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,7 @@ var auth = defaultClient.authentications['auth'];
209
209
auth.accessToken='YOUR ACCESS TOKEN';
210
210
211
211
var apiInstance =newTelstraMessaging.MessagingApi();
212
-
var sendMmsRequest =newTelstraMessaging.SendMmsRequest(); // SendMmsRequest | A JSON or XML payload containing the recipient's phone number and MMS message.
213
-
The recipient number should be in the format '04xxxxxxxx' where x is a digit.
212
+
var sendMmsRequest =newTelstraMessaging.SendMmsRequest(); // SendMmsRequest | A JSON or XML payload containing the recipient's phone number and MMS message. The recipient number should be in the format '04xxxxxxxx' where x is a digit.
**sendMmsRequest** | [**SendMmsRequest**](SendMmsRequest.md)| A JSON or XML payload containing the recipient's phone number and MMS message.
230
-
The recipient number should be in the format '04xxxxxxxx' where x is a digit.
228
+
**sendMmsRequest** | [**SendMmsRequest**](SendMmsRequest.md)| A JSON or XML payload containing the recipient's phone number and MMS message. The recipient number should be in the format '04xxxxxxxx' where x is a digit.
231
229
|
232
230
233
231
### Return type
@@ -260,8 +258,7 @@ var auth = defaultClient.authentications['auth'];
260
258
auth.accessToken='YOUR ACCESS TOKEN';
261
259
262
260
var apiInstance =newTelstraMessaging.MessagingApi();
263
-
var sendSMSRequest =newTelstraMessaging.SendSMSRequest(); // SendSMSRequest | A JSON or XML payload containing the recipient's phone number and text message.
264
-
This number can be in international format if preceeded by a ‘+’ or in national format ('04xxxxxxxx') where x is a digit.
261
+
var sendSMSRequest =newTelstraMessaging.SendSMSRequest(); // SendSMSRequest | A JSON or XML payload containing the recipient's phone number and text message. This number can be in international format if preceeded by a '+' or in national format ('04xxxxxxxx') where x is a digit.
**sendSMSRequest** | [**SendSMSRequest**](SendSMSRequest.md)| A JSON or XML payload containing the recipient's phone number and text message.
281
-
This number can be in international format if preceeded by a ‘+’ or in national format ('04xxxxxxxx') where x is a digit.
277
+
**sendSMSRequest** | [**SendSMSRequest**](SendSMSRequest.md)| A JSON or XML payload containing the recipient's phone number and text message. This number can be in international format if preceeded by a '+' or in national format ('04xxxxxxxx') where x is a digit.
**activeDays** | **Number** | The number of days before for which this number is provisioned. Usually this will be same as the plan you buy. | [optional]
7
7
**notifyURL** | **String** | A notification URL that will be POSTed to whenever a new message (e.g. a reply to a message sent) arrives at this destination address. If this is not provided then you can use the Get /sms or /mms API to poll for reply messages. *Please note that the notification URLs and the Get /sms or /mms call are exclusive. If a notification URL has been set then the GET call will not provide any useful information.* | [optional]
8
-
**callbackData** | **String** | A JSON that will be sent as the body in the POST to the notifyURL. This can be any meaningful data relevant to your application. | [optional]
0 commit comments