MediaType: JSON format
Protocol: HTTPS, HTTP
Method: POST
URL: Provide by Customer

POST Body message as below.

{
    "ref_id": "xxxxxxxx",
    "request_no":"Cw_22-Aug-24_10:53:53.3931",
    "send_date": "YYYY-MM-DD hh:mm:ss",
    "sender_name": "xxxxxxxx",
    "to_numbers": "1234567890",
    "message": "Test message",
    "response_date": "YYYY-MM-DD hh:mm:ss",
    "response_code": "200",
    "status": "Success",
    "credit_usage": "1",
    "credit_balance": "99"
}

Customer Please return response JSON like this

{
   "status": "OK",
}

response_code :

  • 0 = 'SUCCESS'
  • 11 = 'REJECT_FORMAT'
  • 10 = 'REJECT_SENDER'
  • M013 = 'BLOCKED_MKT'
  • M180 = 'REJECT_FORMAT
  • 69 = 'MOBILE_OFF'