https://msg.msgclub.net/rest/services/client/setUserStatus?AUTH_KEY=YourAuthKey&userName=xyze&clientId=111&status=1

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
status * Integer Enter status for enable or disable particular client. Use 0 for disable client and 1 for enable client

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