Syntax
ChangePassword(OldPW As String, NewPW As String, ConfirmNewPW As String) As String
Description
The ChangePassword operation is used to change the logged in Dealer password with new one.
Request Parameters
Name | Description | Required |
OldPW |
|
Yes |
NewPW |
|
Yes |
ConfirmNewPW |
|
Yes |
Response Elements
Name | Description |
Result | Theoperation returns 1 in case successfully otherwise an expliciterror code is returned. |
Sample
username: password: |
Old Password : New Password: Confirm New Password: |
See Also