Get list templates of OA
HTTP request
POST
https://rest.esms.vn/MainService.svc/json/GetTemplate/
Content Type: application/json
Response Type: application/json
Request body:
ApiKey
string
Your API key.
SecretKey
string
Your Secret key.
OAId
string
ID of OA
SmsType
string
Type of SMS 24: Priority. 25: Normal.
Response:
Valid request.
Response body:
TempContent
string
The content of template in html.
Tempid
string
ID of template.
TempName
string
Name of template.
ZNSTempDetail
Array object
Detail of template.
Limit
string
The length limit of parameter.
Param
string
Name of parameter.
ParamLevel
string
Parameter index.
RequireType
string
Data type of paramter.
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