Api

<back to all web services

GetSmsHistoryDetails

HTTP + JSON

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

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

{"Credential":{"Username":"String","Password":"String","ResellerID":0},"SmsHistoryID":0,"StartPage":0,"PageSize":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"SmsHistoryDetails":[{"ID":0,"SmsHistoryID":0,"RequestGuid":"String","Target":0,"Name":"String","Surname":"String","CustomText1":"String","CustomText2":"String","CustomText3":"String","Type":0,"Status":0,"Cost":0,"CreateUserID":0}],"Status":{"Code":0,"Description":"String","Message":"String"},"TotalCount":0}