POST api/Application/ResetPasswordByUserName
Request Information
URI Parameters
None.
Body Parameters
UserInfoName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1" }
application/xml, text/xml
Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DbModel"> <UserName>sample string 1</UserName> </UserInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseHelperName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Code | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
|
DataInfo | Object |
None. |
|
DataOptional | Object |
None. |
|
DataArray | Collection of Object |
None. |
|
DataArray2 | Collection of Object |
None. |
|
htmlStr | string |
None. |
|
file | HttpResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Code": 2, "Message": "sample string 3", "Data": {}, "DataInfo": {}, "DataOptional": {}, "DataArray": null, "DataArray2": null, "htmlStr": "sample string 7", "file": { "Version": { "_Major": 0, "_Minor": 0, "_Build": -1, "_Revision": -1 }, "Content": null, "StatusCode": 100, "ReasonPhrase": "sample string 1", "Headers": [], "RequestMessage": null, "IsSuccessStatusCode": false } }
application/xml, text/xml
Sample:
<ResponseHelper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nextrust.DbModel"> <Code>2</Code> <Data /> <DataArray i:nil="true" /> <DataArray2 i:nil="true" /> <DataInfo /> <DataOptional /> <Message>sample string 3</Message> <Status>true</Status> <file xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Net.Http"> <d2p1:Content i:nil="true" /> <d2p1:ReasonPhrase>sample string 1</d2p1:ReasonPhrase> <d2p1:RequestMessage i:nil="true" /> <d2p1:StatusCode>Continue</d2p1:StatusCode> <d2p1:Version xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:_Build>-1</d3p1:_Build> <d3p1:_Major>0</d3p1:_Major> <d3p1:_Minor>0</d3p1:_Minor> <d3p1:_Revision>-1</d3p1:_Revision> </d2p1:Version> </file> <htmlStr>sample string 7</htmlStr> </ResponseHelper>