Sms Api (Lite Ext)

<back to all web services

ActivateAccount

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/ActivateAccount HTTP/1.1 
Host: api2.ekomesaj.com 
Content-Type: application/json
Content-Length: length

{"ResellerID":0,"Msisdn":0,"ActivationCode":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"IsActive":false,"Status":{"Code":0,"Description":"String","Message":"String"}}