The SetPassword function enables a user to set his/her new password when it has expired.
Method | /SetPosPassword |
The request body is of type SetPosPassword.
Name | Description | Data Type |
---|---|---|
userId | xml:int | |
currentPassword | xml:string | |
posPassword | xml:string |
|
The response body is of type SetPosPasswordResponse.
Name | Description | Data Type |
---|---|---|
SetPosPasswordResult | xml:boolean |
|