https://msg.msgclub.net/rest/services/client/editPersonalDetail?AUTH_KEY=YourAuthKey&userName=xyze&clientId=111&firstName=firstName&lastName=lastName&emailId=xyz@yz.in&dateOfBirth=dd/mm/yyyy&country=CountryCode&state=MP&city=Indore&address=12 AshokNagar&occupation=your Occupation&homePhone=8888888888

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)
userName Alphanumeric Enter username for edit detail of particular client
clientId Integer Enter clientId for edit detail of particular client
firstName * Text Enter first name
lastName * Text Enter last name
emaiIId * Text Enter EmailId of contact it should be proper
dateOfBirth * date(dd/mm/yyyy) Enter date of birth

Note

Parameter userName or clientId is mandatory. Parameters with (*) are mandatory.
java code here
php code here
vb6 code here
chash code here
vbdotnet code here