Skip to content

TxnLogV1

SentItems

  • Type - GET.

  • Parameters

Query String Parameter Data Type Default Value/Format
ForDate string dd-MM-yyyy
StartLogID int64 0

Request URL:

https://messaging.charteredinfo.com/TxnLogV1/SentItems?ForDate=&StartLogID=0

  • Response body
    {
      "IsSuccess": true,
      "ErrorCode": null,
      "TxnOutcome": "[{\"LogID\":171214,\"SMSDate\":\"2023-11-22T00:00:00\",\"SMSTime\":\"15:59:03\",\"MobileNos\":\"918605852057\",\"Sender\":\"BizSMS\",\"ClientID\":0,\"SMSText\":\"Dear Sir or Madam: We appreciate \\u0026 Thank you for your continuous patronage. Your 1236 a/c balance is low. We recommend immediate recharge of your a/c\",\"TotalSMS\":1,\"DeliveryStatus\":\"DELIVRD\",\"DltTemplateId\":\"1007029631130998060\"},{\"LogID\":179912,\"SMSDate\":\"2023-11-22T00:00:00\",\"SMSTime\":\"16:16:54\",\"MobileNos\":\"917776889487\",\"Sender\":\"BizSMS\",\"ClientID\":0,\"SMSText\":\"Dear Sir or Madam: We appreciate \\u0026 Thank you for your continuous patronage. Your 1236 a/c balance is low. We recommend immediate recharge of your a/c\",\"TotalSMS\":1,\"DeliveryStatus\":\"DELIVRD\",\"DltTemplateId\":\"1007029631130998060\"},{\"LogID\":179916,\"SMSDate\":\"2023-11-22T00:00:00\",\"SMSTime\":\"16:16:55\",\"MobileNos\":\"918605852057\",\"Sender\":\"BizSMS\",\"ClientID\":0,\"SMSText\":\"Dear Sir or Madam: We appreciate \\u0026 Thank you for your continuous patronage. Your 1236 a/c balance is low. We recommend immediate recharge of your a/c\",\"TotalSMS\":1,\"DeliveryStatus\":\"DELIVRD\",\"DltTemplateId\":\"1007029631130998060\"},{\"LogID\":179921,\"SMSDate\":\"2023-11-22T00:00:00\",\"SMSTime\":\"16:16:55\",\"MobileNos\":\"918605852057\",\"Sender\":\"BizSMS\",\"ClientID\":0,\"SMSText\":\"Dear Sir or Madam: We appreciate \\u0026 Thank you for your continuous patronage. Your 1236 a/c balance is low. We recommend immediate recharge of your a/c\",\"TotalSMS\":1,\"DeliveryStatus\":\"DELIVRD\",\"DltTemplateId\":\"1007029631130998060\"}]"
    }
    
  • Response headers
    {
     content-length: 1684 
     content-type: application/json; charset=utf-8 
     date: Thu,23 Nov 2023 11:46:17 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 
    }
    

DailySummary

  • Parameters
Query String Parameter Data Type Default Value/Format
FromDate string dd-MM-yyyy
ToDate string dd-MM-yyyy

Request URL:

https://messaging.charteredinfo.com/TxnLogV1/DailySummary?FromDate=20-11-2023&ToDate=22-11-2023

  • Response body
    {
     "IsSuccess": true,
      "ErrorCode": null,
      "TxnOutcome": "{\"FromDate\":\"2023-11-20T00:00:00\",\"ToDate\":\"2023-11-22T00:00:00\",\"Sent\":4,\"Submitted\":4,\"NotSubmitted\":0,\"Delivered\":4,\"NoDLR\":0,\"FailedExp\":0,\"IsTrans\":false}"
    }
    
  • Response headers
    {
     Response headers
     content-length: 232 
     content-type: application/json; charset=utf-8 
     date: Thu,23 Nov 2023 11:47:24 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 
    }