Send fixed number using GET
HTTP request
GET
https://rest.esms.vn/MainService.svc/json/SendMultipleMessage_V4_get?Phone={{Phone}}&Content={{Content}}&ApiKey={{ApiKey}}&SecretKey={{SecretKey}}&IsUnicode={{IsUnicode}}&SmsType=8&CallbackUrl={{CallbackUrl}}&RequestId={{RequestId}}&SendDate={{yyyy-mm-dd HH:mm:hh}}
Response Type: application/json
Request Params:
Phone
string
The phone number of receiver.
Content
string
The content of message.
ApiKey
string
Your API Key.
SecretKey
string
Your Secret Key.
Unicode
string
GửMessage charset value (default is 0): 1: Unicode.
0: Non-Unicode.
SmsType
string
Message type 8: Fixed number
CallbackUrl
string
RequestId
string
The identification value for the request to prevent the the request from duplicated.
SendDate
string
Scheduler the message to the receiver. If it's empty, the message will be instantly sent to the receiver. Format: yyyy-mm-dd hh:MM:ss
Response:
Valid request.
Response body:
CodeResult
string
Response code.
SMSID
string
The message id eSMS system.
ErrorMessage
string
The error message if the request is invalid.
The detail of error code can refer at Table of error codes .
Get the sample of code for programing languagues to use in Postman refer at Link of code samples.
Last updated