Sms Api (Lite Ext)

<back to all web services

CreateMultipleContactWithGroups

HTTP + JSON

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

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

{"Credential":{"Username":"String","Password":"String","ResellerID":0},"Contacts":[{"ID":0,"Number":0,"Name":"String","Surname":"String","Email":"String","Address1":"String","Address2":"String","Address3":"String","Country":"String","CustomField1":"String","CustomField2":"String","CustomField3":"String","IsInBlackList":false}],"GroupIDList":[0],"UpdateIfExisting":false,"WaitForResult":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Status":{"Code":0,"Description":"String","Message":"String"},"ReferenceCode":"String"}