Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Send an SMS with a custom text.

URL request: http://login.sendservice.eu/MultiChannelAPI/Api/instantSMS/

...

1 SMS - 1 Request

Parameters


ParameterDescriptionObject / Right formatRequired

user

It represents required object for the authorization  

"User": {

"username": "your username",
"password": "your password"
}
Yes
DateStartToSend

It represents date when you want to schedule your SMS

aaaa-MM-ggThh:mm:ss.SSS+UTCYes
Number

Number of the SMS reciever

String (you must add prefix f.e. 0039..)Yes

Text

Text of your SMSStringYes

SmsProviderCode

Type of the SMS provider Insert "high" as provider codeYes
SmsSenderIt represents the sender of your SMSString (Max 11 characters)yes
FirstnameContact FirstnameString max 128 charactersno
LastNameContact LastnameString max 128 charactersno
CodeRequest

Unique Identification code for your request

better to send a GUIDno


...

ParameterDescriptionObject / Right formatRequired

user

It represents required object for the authorization  

"User": {

"username": "your username",
"password": "your password"
}
Yes
DateStartToSend

It represents date when you want to schedule your SMS

aaaa-MM-ggThh:mm:ss.SSS+UTCreplaced if exist in ListSMS
Number

Number of the SMS reciever

String (you must add prefix f.e. 0039..)replaced if exist in ListSMS

Text

Text of your SMSStringreplaced if exist in ListSMS

SmsProviderCode

Type of the SMS provider Insert "high" as provider codereplaced if exist in ListSMS
SmsSenderIt represents the sender of your SMSString (Max 11 characters)replaced if exist in ListSMS
FirstnameContact FirstnameString max 128 charactersreplaced if exist in ListSMS
LastNameContact LastnameString max 128 charactersreplaced if exist in ListSMS
CodeRequest

Unique Identification code for your request

better to send a GUIDreplaced if exist in ListSMS
ListSMSAn array with SMS which have same parameters of one Sms

"ListSms":
[ { "SMSText": "Hello, this is your SMS text!",
"Number": "0039.......",
"SmsProviderCode": "high",
"SMSSender": "Sendername",
"DateStartToSend": "2018-03-22T15:39:06.0554209+01:00",
"CodeRequest": ""
}

yes

...