GET mwa_ws/user.svc/change_password?new_enc_pwd={new_enc_pwd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
new_enc_pwd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Exception | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<Result xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Code="1" Message="sample string 2"> <Exception>sample string 3</Exception> </Result>