https://msg.msgclub.net/rest/services/phonebook/editContact?AUTH_KEY=YourAuthKey&name=name&mobileNumber=9999999999,919999999999&groupId=111&city=cityName& occupation=ddddddddddd&emailId=dddd123@dd.dd&contactId=111

Sample Output

{" response":"Success","responseCode":"3001"}

Parameter Name with Description

Parameter Name Data Type Description
AUTH_KEY* Alphanumeric Login Authentication Key(This key is unique for every user)
name * Text Enter name of contact it should be text
mobileNumber * Text Mobile number can be entered with country code or without country code Multiple mobile no. should be separated by comma.
groupId * Integer For sending sms to particular group enter groupId for particular group.
city * Text Enter city name of contact
occupation * Text Enter occupation of contact
emaiIId * Text Enter EmailId of contact it should be proper.
contactId * Text Enter contactId for edit contact.

Note

Parameters with (*) are mandatory.
java code here
php code here
vb6 code here
chash code here
vbdotnet code here