SMSV1
SubmitSMS
Type
- POST.
Parameters
- No parameters.
- Request body
{
"phNo": "string",
"text": "string",
"senderID": "string",
"dlrUrl": "string",
"scheduleAt": "string",
"pe": "string",
"templateId": "string"
}
Request URL:
https://messaging.charteredinfo.com/SMSV1/SubmitSMS
- Response body
{
"IsSuccess": true,
"ErrorCode": null,
"TxnOutcome": "1 SMS Scheduled Successfully for Delivery at 23/11/2023 05:11 PM"
}
- Response headers
{
content-length: 115
content-type: application/json; charset=utf-8
date: Thu,23 Nov 2023 11:39:43 GMT
referrer-policy: no-referrer
server: Microsoft-IIS/10.0
x-content-type-options: nosniff
x-frame-options: DENAY
x-xss-protection: 1;mode=block
}
UserAccDetails
Type
- GET.
Parameters
- No parameters.
Request URL:
https://messaging.charteredinfo.com/SMSV1/UserAccDetails
- Response body
{
"IsSuccess": true,
"ErrorCode": null,
"TxnOutcome": "{\"BalancedSMS\":14,\"DynamicSenderId\":0,\"AcBalanceExpDate\":\"2024-08-08T00:00:00\"}"
}
- Response headers
content-length: 138
content-type: application/json; charset=utf-8
date: Thu,23 Nov 2023 11:11:37 GMT
referrer-policy: no-referrer
server: Microsoft-IIS/10.0
x-content-type-options: nosniff
x-frame-options: DENAY
x-xss-protection: 1;mode=block
GetOTPForChangePwd
Type
- GET.
Parameters
- No parameters.
Request URL:
https://messaging.charteredinfo.com/SMSV1/GetOTPForChangePwd
ChangePassword
Type
- POST.
Parameters
- No parameters.
Request URL:
https://messaging.charteredinfo.com/SMSV1/ChangePassword
- Request body
{
"oldPwd": "string",
"newPwd": "string",
"otp": "string"
}