HTTP + JSON
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/syncreply/SmsStartStop HTTP/1.1
Host: api2.ekomesaj.com
Content-Type: application/json
Content-Length: length
{"Credential":{"Username":"String","Password":"String","ResellerID":0},"SmsHistoryID":0,"SmsAction":"Stop"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Status":{"Code":0,"Description":"String","Message":"String"}}