SOAP RESTful - ValidateUser
You can use the ValidateUser method to find out if your credentials are valid.
ValidateUser(AccountPhoneNumber, AccountPassword)
Input parameter:
AccountName | Your account name | String |
AccountPassword | Your password | String |
Return value:
Result | Either you will get a 0 (zero) and OK in response text or response code 80000 and response text Username or password is wrong |